Interface UcErrorInfo

Information about charge error.

Hierarchy

  • UcErrorInfo

Implemented by

Properties

cause?: unknown

Error cause. E.g. an exception thrown.

code: string

Error code.

details?: Readonly<Record<string, unknown>>

Error details that can be used e.g. to build localized error message.

message?: string

Default error message in English.

Default Value

'Unexpected error'

Path to the value containing the error.

Generated using TypeDoc