public static class

TopicManagementResponse.Error

extends Object
java.lang.Object
   ↳ com.google.firebase.messaging.TopicManagementResponse.Error

Class Overview

A topic management error.

Summary

Public Methods
int getIndex()
Index of the registration token to which this error is related to.
String getReason()
String describing the nature of the error.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public int getIndex ()

Index of the registration token to which this error is related to.

Returns
  • An index into the original registration token list.

public String getReason ()

String describing the nature of the error.

Returns
  • A non-null, non-empty error message.

public String toString ()