Class MetadataFailureDetails

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getConversationId() The unique identifier of the conversation for which sending the metadata failed.
      final String getReason() A description of why the metadata failed to be sent.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MetadataFailureDetails

        MetadataFailureDetails(String conversationId, String reason)
    • Method Detail

      • getConversationId

         final String getConversationId()

        The unique identifier of the conversation for which sending the metadata failed. Null if the failure occurred before the conversation ID was generated.

      • getReason

         final String getReason()

        A description of why the metadata failed to be sent.