Skip to main content

JavaScript SDK API Reference / Errors / NftRecordNotFoundError

Class: NftRecordNotFoundError

Defined in: error.ts:181

Base error for SDK failures, carrying a machine-readable ErrorType.

Extends

Constructors

Constructor

new NftRecordNotFoundError(message?): NftRecordNotFoundError

Defined in: error.ts:182

Parameters

message?

string

Returns

NftRecordNotFoundError

Overrides

SNSError.constructor

Properties

type

type: ErrorType

Defined in: error.ts:43

Machine-readable error category.

Inherited from

SNSError.type