kikinlex
Toggle table of contents
5.0.1
common
Platform filter
common
Switch theme
Search in API
kikinlex
runtime
/
io.github.kikin81.atproto.runtime
/
XrpcError
/
Unknown
Unknown
class
Unknown
(
name
:
String
,
message
:
String
?
,
val
status
:
Int
)
:
XrpcError
Fallback for any error name the caller has not mapped to a typed variant.
Members
Constructors
Unknown
Link copied to clipboard
constructor
(
name
:
String
,
message
:
String
?
,
status
:
Int
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
error
Message
Link copied to clipboard
val
errorMessage
:
String
?
error
Name
Link copied to clipboard
val
errorName
:
String
message
Link copied to clipboard
open
val
message
:
String
?
status
Link copied to clipboard
val
status
:
Int