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