Documentation
Preparing search index...
@airgap/beacon-dapp
BeaconError
Class BeaconError
Abstract
Hierarchy (
View Summary
)
BeaconError
AbortedBeaconError
BroadcastBeaconError
NetworkNotSupportedBeaconError
NoAddressBeaconError
NoPrivateKeyBeaconError
NotGrantedBeaconError
ParametersInvalidBeaconError
TooManyOperationsBeaconError
TransactionInvalidBeaconError
SignatureTypeNotSupportedBeaconError
UnknownBeaconError
Implements
Error
Index
Constructors
constructor
Properties
description
message
name
title
Accessors
full
Description
Constructors
constructor
new
BeaconError
(
errorType
:
BeaconErrorType
,
message
:
string
)
:
BeaconError
Parameters
errorType
:
BeaconErrorType
message
:
string
Returns
BeaconError
Properties
description
description
:
string
message
message
:
string
name
name
:
string
title
title
:
string
Accessors
full
Description
get
fullDescription
()
:
{
data
?:
string
;
description
:
string
}
Returns
{
data
?:
string
;
description
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
description
message
name
title
Accessors
full
Description
Documentation
Loading...