Provider

sealed class Provider : PortalException

Base exception class for Provider-related errors.

This class serves as the parent for all recoverable errors related to Provider operations.

Inheritors

Types

Link copied to clipboard

Thrown when the request params are invalid.

Link copied to clipboard

Thrown when no address is found.

Link copied to clipboard

Thrown when no binding for signing approval is found.

Link copied to clipboard

Thrown when no RPC URL is found for the given chain ID.

Link copied to clipboard

Thrown when no signature is found in the sign result.

Link copied to clipboard

Thrown when the request method is unsupported.

Link copied to clipboard

Thrown when the user declines the approval.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?