OotleError
Defined in: ootle/src/errors/index.ts:14
Base class for every exception thrown by the Ootle SDK.
Extends
Section titled “Extends”Error
Extended by
Section titled “Extended by”IndexerClientErrorTransactionRejectedErrorTransactionTimeoutErrorWalletErrorSignerErrorCryptoBridgeErrorInvalidArgumentErrorOperationCancelledError
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new OotleError(
message,options?):OotleError
Defined in: ootle/src/errors/index.ts:15
Parameters
Section titled “Parameters”message
Section titled “message”string
options?
Section titled “options?”ErrorOptions
Returns
Section titled “Returns”OotleError
Overrides
Section titled “Overrides”Error.constructor