typedrest
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
typedrest
typedrest
/
net.typedrest.errors
/
AuthorizationException
/
AuthorizationException
Authorization
Exception
constructor
(
message
:
String
=
"Forbidden"
,
status
:
HttpStatusCode
=
HttpStatusCode.Forbidden
,
response
:
Response
?
=
null
)