AuthorizationException
open class AuthorizationException(message: String = "Forbidden", status: HttpStatusCode = HttpStatusCode.Forbidden, response: Response? = null) : HttpException
Thrown on HTTP response for an unauthorized request, i.e. missing permissions (usually HttpStatusCode.Forbidden).
Constructors
Link copied to clipboard
constructor(message: String = "Forbidden", status: HttpStatusCode = HttpStatusCode.Forbidden, response: Response? = null)