Class MessageStatus.Error

java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.messages.MessageStatus.Error
All Implemented Interfaces:
Jsonable
Enclosing class:
MessageStatus

public static final class MessageStatus.Error extends JsonableBaseObject
Describes the error that was encountered when sending the message.
  • Constructor Details

  • Method Details

    • getType

      public URI getType()
      The type of error encountered. Follow this URL for more details.
      Returns:
      The error type as a URI.
    • getTitle

      public String getTitle()
      The error code encountered when sending the message. See our error list for possible values.
      Returns:
      The error code as a String.
    • getDetail

      public String getDetail()
      Text describing the error. See our error list for possible values.
      Returns:
      The error message description.
    • getInstance

      public String getInstance()
      The record id of this error's occurrence.
      Returns:
      The error instance ID.