BroadcastBeaconError
Will be returned if the user chooses that the transaction is broadcast but there is an error (eg. node not available).
Returned by: Broadcast | Operation Request
NetworkNotSupportedBeaconError
Will be returned if the selected network is not supported by the wallet / extension.
Returned by: Permission
NotGrantedBeaconError
Will be returned if the signature was blocked // (Not needed?) Permission: Will be returned if the permissions requested by the App were not granted.
Returned by: Sign
NoAddressBeaconError
Will be returned if there is no address present for the protocol / network requested.
Returned by: Permission
NoPrivateKeyBeaconError
Will be returned if the private key matching the sourceAddress could not be found.
Returned by: Sign
ParametersInvalidBeaconError
Will be returned if any of the parameters are invalid.
Returned by: Operation Request
SignatureTypeNotSupportedBeaconError
Will be returned if the signing type is not supported.
Returned by: Sign
TooManyOperationsBeaconError
Will be returned if too many operations were in the request and they were not able to fit into a single operation group.
Returned by: Operation Request
TransactionInvalidBeaconError
Will be returned if the transaction is not parsable or is rejected by the node.
Returned by: Broadcast
UnknownBeaconError
Used as a wildcard if an unexpected error occured.
Returned by: Permission | Operation Request | Sign Request | Broadcast
Generated using TypeDoc
AbortedBeaconError
Will be returned if the request was aborted by the user or the wallet.
Returned by: Permission | Operation Request | Sign Request | Broadcast