AuthSessionMissingException

class AuthSessionMissingException(response: HttpResponse) : AuthRestException(source)

Exception thrown when a session is not found.

Constructors

Link copied to clipboard
constructor(response: HttpResponse)

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
Link copied to clipboard
open val message: String?
Link copied to clipboard
val response: HttpResponse
Link copied to clipboard