SessionRequiredException

An exception thrown when trying to perform a request that requires a valid session while no user is logged in.

Parameters

url

The request url

Constructors

Link copied to clipboard
constructor(url: String)

Properties

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