Interface: Error
Reports an error, e.g. when a subscription is malformed.
Properties
errorCode
• errorCode: string
Code for this error, e.g. "tx-not-found".
Defined in
isUserError
• isUserError: boolean
Whether this error is presentable to an end-user. This is somewhat subjective, but can be used as a good heuristic.
Defined in
msg
• msg: string
Human-readable message for this error.
Defined in
type
• type: "Error"