RPCProtocolViolationError

@Serializable
class RPCProtocolViolationError(val debugMessage: String) : Throwable, RPCError

Constructors

Link copied to clipboard
fun RPCProtocolViolationError(debugMessage: String)

Properties

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