UnrecognizedRPCError

class UnrecognizedRPCError(statusCode: RPCError.StatusCode, debugMessage: String, errorType: String) : Throwable, RPCError

Types

Companion
Link copied to clipboard
common
object Companion

Properties

cause
Link copied to clipboard
common
open val cause: Throwable?
debugMessage
Link copied to clipboard
common
open override val debugMessage: String
errorType
Link copied to clipboard
common
val errorType: String
message
Link copied to clipboard
common
open val message: String?
statusCode
Link copied to clipboard
common
open override val statusCode: RPCError.StatusCode