TopicManagementResponse.Error

public static class TopicManagementResponse.Error extends Object

A topic management error.

Public Method Summary

int
getIndex()
Index of the registration token to which this error is related to.
String
getReason()
String describing the nature of the error.
String

Inherited Method Summary

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 ()