Class VerifyResponseException

All Implemented Interfaces:
Jsonable, Serializable

Response returned when verification fails (i.e. returns a non-2xx status code).
See Also:
  • Constructor Details

  • Method Details

    • getRequestId

      public UUID getRequestId()
      The request ID, if the status code is 409 for a failed outbound request.
      Returns:
      The request ID, or null if not applicable / available.
    • fromJson

      public static VerifyResponseException fromJson(String json)
      Creates an instance of this class from a JSON payload.
      Parameters:
      json - The JSON string to parse.
      Returns:
      An instance of this class with all known fields populated from the JSON payload, if present.