Skip to main content

JS Kit SDK API Reference / Errors / SnsSolResolutionMismatchError

Class: SnsSolResolutionMismatchError

Defined in: errors.ts:242

Thrown when .sns and .sol resolve the same domain to different addresses.

Extends

Constructors

Constructor

new SnsSolResolutionMismatchError(message?): SnsSolResolutionMismatchError

Defined in: errors.ts:243

Parameters

message?

string

Returns

SnsSolResolutionMismatchError

Overrides

SNSError.constructor

Properties

type

type: ErrorType

Defined in: errors.ts:39

Inherited from

SNSError.type