-
- All Implemented Interfaces:
-
java.io.Serializable
@Deprecated(message = "Please use Zendesk SDK") public class MessagingError extends Throwable
Messaging-related errors that can happen and be returned in a MessagingResult.Failure.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMessagingError.InvalidChannelKeyMessaging.initialize was called but an invalid channel key was provided.
public classMessagingError.NoResultReceivedIf a MessagingResult was expected out of this call, none was received.
public classMessagingError.NotInitializedMessaging.instance was called before Messaging.initialize completed successfully.
public classMessagingError.SdkNotEnabledMessaging.initialize was called but the SDK is not enabled for the provided subdomain URL and channel identifier.
public classMessagingError.AccountNotFoundMessaging.initialize was called but no account was found for the provided subdomain URL and channel identifier.
public classMessagingError.MissingConfigurationMessaging.initialize was called but no configuration was received from the server.
public final classMessagingError.FailedToInitializeMessaging.initialize was called but it failed to initialize with all of its dependencies.
public classMessagingError.ConversationNotFoundMessaging was unable to find the conversation to display.
-
Method Summary
Modifier and Type Method Description StringgetMessage()ThrowablegetCause()-
Methods inherited from class zendesk.messaging.android.MessagingError
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getMessage
String getMessage()
-
-
-
-