ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
api-gen-runtime
/
sh.christian.ozone.api.response
/
AtpException
Atp
Exception
class
AtpException
(
val
statusCode
:
StatusCode
,
val
error
:
AtpErrorDescription
?
=
null
)
:
Exception
An exception thrown for unsuccessful raw API calls and
Result
-wrapped API calls.
Members
Constructors
Atp
Exception
Link copied to clipboard
constructor
(
statusCode
:
StatusCode
,
error
:
AtpErrorDescription
?
=
null
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
error
Link copied to clipboard
val
error
:
AtpErrorDescription
?
message
Link copied to clipboard
expect
open
val
message
:
String
?
status
Code
Link copied to clipboard
val
statusCode
:
StatusCode