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