@did-btc1/common / Btc1ReadError
Class: Btc1ReadError
Defined in: errors.ts:148
Extends
Constructors
Constructor
> new Btc1ReadError(message
, type
, data?
): Btc1ReadError
Defined in: errors.ts:149
Parameters
message
string
type
string
= 'Btc1ReadError'
data?
Record
<string
, any
>
Returns
Btc1ReadError
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