drand-client
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
drand-client
drand-client
/
love.drand
/
DrandError
/
ServerError
Server
Error
class
ServerError
(
val
statusCode
:
Int
,
message
:
String
=
"Server error (HTTP "
,
cause
:
Throwable
?
=
null
)
:
DrandError
Server returned an error response (4xx or 5xx)
Members
Constructors
Server
Error
Link copied to clipboard
constructor
(
statusCode
:
Int
,
message
:
String
=
"Server error (HTTP "
,
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