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