@midnight-ntwrk/dapp-connector-api v1.2.1 • Readme | API
@midnight-ntwrk/dapp-connector-api v1.2.1 / APIError
Class: APIError
Whenever there's a function called that returns a promise, an error with the shape can be thrown.
Extends
CustomError
Constructors
new APIError(code, reason)
new APIError(
code
,reason
):APIError
Parameters
• code: ErrorCode
• reason: string
Returns
Overrides
CustomError.constructor
Properties
code
code:
ErrorCode
The code of the error that's thrown
reason
reason:
string
The reason the error is thrown