Skip to main content

JS Kit SDK API Reference / Errors / CouldNotFindNftOwnerError

Class: CouldNotFindNftOwnerError

Defined in: errors.ts:200

Thrown when the owner of an SNS NFT cannot be determined.

Extends

Constructors

Constructor

new CouldNotFindNftOwnerError(message?): CouldNotFindNftOwnerError

Defined in: errors.ts:201

Parameters

message?

string

Returns

CouldNotFindNftOwnerError

Overrides

SNSError.constructor

Properties

type

type: ErrorType

Defined in: errors.ts:39

Inherited from

SNSError.type