AuthSessionMissingException

Exception thrown when a session is not found.

Constructors

Link copied to clipboard
constructor(statusCode: Int)

Properties

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

The error code of the rest exception. If errorCode is not a known AuthErrorCode, this will be null. Then, use error instead to get the raw unknown error code.

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