Kuira
Toggle table of contents
0.1.0-alpha03
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Kuira
ledger
/
com.midnight.kuira.core.ledger.api
/
ProofServerHttpException
Proof
Server
Http
Exception
class
ProofServerHttpException
(
val
statusCode
:
Int
,
message
:
String
,
cause
:
Throwable
?
=
null
)
:
ProofServerException
HTTP error (non-2xx status code).
Members
Constructors
Proof
Server
Http
Exception
Link copied to clipboard
constructor
(
statusCode
:
Int
,
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
status
Code
Link copied to clipboard
val
statusCode
:
Int