Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt

Use this file to discover all available pages before exploring further.

EIP-1193 provider error.

Extends

  • Error

Constructors

Constructor

new EIP1193ProviderError(code: EIP1193ErrorCode, message: string): EIP1193ProviderError;
Creates a new EIP-1193 Provider error.

Parameters

ParameterTypeDescription
codeEIP1193ErrorCodeThe error code from EIP1193ErrorCode enum.
messagestringThe error message.

Returns

EIP1193ProviderError

Overrides

Error.constructor

Properties

PropertyModifierTypeDescription
codepublicEIP1193ErrorCodeThe error code from EIP1193ErrorCode enum.