Skip to content

@mbanq/core-sdk-js v0.50.0


@mbanq/core-sdk-js / index / ErrorDetails

Interface: ErrorDetails

Defined in: src/types/error.d.ts:22

Properties

errorCode?

optional errorCode?: string

Defined in: src/types/error.d.ts:24

API-specific error code (e.g., userMessageGlobalisationCode)


graphqlCode?

optional graphqlCode?: string

Defined in: src/types/error.d.ts:30

GraphQL-specific: extensions code from GraphQL response


path?

optional path?: string[]

Defined in: src/types/error.d.ts:28

GraphQL-specific: path to the field that caused the error


validationErrors?

optional validationErrors?: ValidationError[]

Defined in: src/types/error.d.ts:26

Field-level validation errors

Released under the MIT License.