Package com.vonage.client.messages
Class MessageStatus.Error
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.messages.MessageStatus.Error
- All Implemented Interfaces:
Jsonable
- Enclosing class:
MessageStatus
Describes the error that was encountered when sending the message.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Constructor Details
-
Error
public Error()
-
-
Method Details
-
getType
The type of error encountered. Follow this URL for more details.- Returns:
- The error type as a URI.
-
getTitle
The error code encountered when sending the message. See our error list for possible values.- Returns:
- The error code as a String.
-
getDetail
Text describing the error. See our error list for possible values.- Returns:
- The error message description.
-
getInstance
The record id of this error's occurrence.- Returns:
- The error instance ID.
-