prismsdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
prismsdk
prismsdk
/
tech.prismlabs.prismsdk.api_client
/
PrismApiException
Prism
Api
Exception
class
PrismApiException
(
val
statusCode
:
Int
,
val
serverMessage
:
String
?
,
val
error
:
String
?
)
:
Exception
Members
Constructors
Prism
Api
Exception
Link copied to clipboard
constructor
(
statusCode
:
Int
,
serverMessage
:
String
?
,
error
:
String
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
error
Link copied to clipboard
val
error
:
String
?
message
Link copied to clipboard
open
val
message
:
String
?
server
Message
Link copied to clipboard
val
serverMessage
:
String
?
status
Code
Link copied to clipboard
val
statusCode
:
Int