JS API Reference
Class: GolemReputationError
experimental/reputation/error.GolemReputationError
Module specific errors - Market, Work, Payment. Each of the major modules will have its own domain specific root error type, additionally containing an error code specific to a given subdomain
Hierarchy
↳
GolemReputationError
Table of contents
Constructors
Properties
Constructors
constructor
• new GolemReputationError(message
, cause?
): GolemReputationError
Parameters
Name | Type |
---|---|
message | string |
cause? | Error |
Returns
Overrides
Defined in
src/experimental/reputation/error.ts:4
Properties
code
• code: string
| number
Inherited from
Defined in
src/shared/error/golem-error.ts:66
previous
• Optional
Readonly
previous: Error
The previous error, if any, that led to this error.