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
/
NotFound
Not
Found
class
NotFound
(
message
:
String
=
"Resource not found"
,
cause
:
Throwable
?
=
null
)
:
DrandError
Resource not found (404)
Members
Constructors
Not
Found
Link copied to clipboard
constructor
(
message
:
String
=
"Resource not found"
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?