Class: EIP1193UnauthorizedError
Defined in: support/wallet-common/lib/errors/eip-1193-errors.ts:36
Error: 4100 Unauthorized
Extends
Constructors
Constructor
new EIP1193UnauthorizedError(errObj?: EIP1193ErrorObject): EIP1193UnauthorizedError;Defined in: support/wallet-common/lib/errors/eip-1193-errors.ts:37
Parameters
errObj?
Returns
EIP1193UnauthorizedError
Overrides
GenericProviderRpcError.constructor
Properties
code
code: ProviderRpcErrorCode;Defined in: support/wallet-common/lib/errors/eip-1193-errors.ts:9
Inherited from
data?
optional data: unknown;Defined in: support/wallet-common/lib/errors/eip-1193-errors.ts:10