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