@did-btc1/common / SingletonBeaconError
Class: SingletonBeaconError
Defined in: errors.ts:202
Extends
Constructors
Constructor
> new SingletonBeaconError(message
, type
, data?
): SingletonBeaconError
Defined in: errors.ts:203
Parameters
message
string
type
string
= 'SingletonBeaconError'
data?
Record
<string
, any
>
Returns
SingletonBeaconError
Overrides
Properties
data?
> optional
data: Record
<string
, any
>
Defined in: errors.ts:122
Inherited from
name
> name: string
= 'DidBtc1Error'
Defined in: errors.ts:120
Inherited from
type
> type: string
= 'DidBtc1Error'
Defined in: errors.ts:121