Skip to main content

PrivateStateImportError

Midnight.js API Reference v3.1.0


Midnight.js API Reference / @midnight-ntwrk/midnight-js-types / PrivateStateImportError

Class: PrivateStateImportError

Base error thrown when importing private states fails.

Extends

  • Error

Extended by

Constructors

Constructor

new PrivateStateImportError(message, cause?): PrivateStateImportError

Parameters

message

string

cause?

PrivateStateImportErrorCause

Returns

PrivateStateImportError

Overrides

Error.constructor

Properties

cause?

readonly optional cause: PrivateStateImportErrorCause

Inherited from

Error.cause