PrivateStateImportError
For the complete documentation index, see llms.txt
Midnight.js API Reference v4.0.4
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