Skip to main content

JS Kit SDK API Reference / Errors / InvalidEvmAddressError

Class: InvalidEvmAddressError

Defined in: errors.ts:81

Thrown when an EVM address is invalid for a record operation.

Extends

Constructors

Constructor

new InvalidEvmAddressError(message?): InvalidEvmAddressError

Defined in: errors.ts:82

Parameters

message?

string

Returns

InvalidEvmAddressError

Overrides

SNSError.constructor

Properties

type

type: ErrorType

Defined in: errors.ts:39

Inherited from

SNSError.type