Tachyon Shared API (krpc-shared-api)
/
org.brightify.hyperdrive.krpc.error
/
UnrecognizedRPCError
common
Unrecognized
R
P
C
Error
class
UnrecognizedRPCError
(statusCode:
RPCError.StatusCode
, debugMessage:
String
, errorType:
String
) :
Throwable
,
RPCError
Content copied to clipboard
Types
Properties
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Properties
cause
Link copied to clipboard
common
open val
cause
:
Throwable
?
Content copied to clipboard
debugMessage
Link copied to clipboard
common
open override val
debugMessage
:
String
Content copied to clipboard
errorType
Link copied to clipboard
common
val
errorType
:
String
Content copied to clipboard
message
Link copied to clipboard
common
open val
message
:
String
?
Content copied to clipboard
statusCode
Link copied to clipboard
common
open override val
statusCode
:
RPCError.StatusCode
Content copied to clipboard