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?
Returns
PrivateStateImportError
Overrides
Error.constructor
Properties
cause?
readonlyoptionalcause:PrivateStateImportErrorCause
Inherited from
Error.cause