Skip to main content

JS Kit SDK API Reference / Errors / InvalidInjectiveAddressError

Class: InvalidInjectiveAddressError

Defined in: errors.ts:88

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

Extends

Constructors

Constructor

new InvalidInjectiveAddressError(message?): InvalidInjectiveAddressError

Defined in: errors.ts:89

Parameters

message?

string

Returns

InvalidInjectiveAddressError

Overrides

SNSError.constructor

Properties

type

type: ErrorType

Defined in: errors.ts:39

Inherited from

SNSError.type