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