RpcEndpointException

Thrown when an endpoint cannot be found. Could happen from version mismatch or other programmer errors.

Pins code to -32601 to align with the JSON-RPC "method not found" error code; HTTP transports translate this to 404 in Part 4 of #13.

Constructors

Link copied to clipboard
constructor(str: String)

Properties

Link copied to clipboard
Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
val code: Int
Link copied to clipboard
val data: Any?
Link copied to clipboard
open override val message: String