ErrorCodes
@midnight-ntwrk/dapp-connector-api v4.0.1
@midnight-ntwrk/dapp-connector-api / ErrorCodes
Variable: ErrorCodes
constErrorCodes:object
All possible error codes gathered in a single object.
Type Declaration
Disconnected
readonlyDisconnected:"Disconnected"='Disconnected'
The connection to the wallet was lost
InternalError
readonlyInternalError:"InternalError"='InternalError'
The dapp connector wasn't able to process the request
InvalidRequest
readonlyInvalidRequest:"InvalidRequest"='InvalidRequest'
Can be thrown in various circumstances, e.g. one being a malformed transaction
PermissionRejected
readonlyPermissionRejected:"PermissionRejected"='PermissionRejected'
Permission to perform action was rejected.
Rejected
readonlyRejected:"Rejected"='Rejected'
The user rejected the request