TicketError

The routex service rejected the Ticket. When code is TicketErrorCode.EXPIRED, the user took too long to finish the flow: issue a fresh ticket and start over. Any other code indicates a configuration error in the calling application (wrong key, environment mismatch, ticket / service mismatch).

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

Machine-readable reason code.

Link copied to clipboard

Human-readable description of the problem.

Link copied to clipboard
open override val message: String