InvalidTicketError

class InvalidTicketError(message: String, cause: Throwable? = null) : RuntimeException

Thrown when a raw JWT string is not a valid Routex ticket (bad structure, missing claims, or a service claim that does not match the typed Ticket subclass).

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

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