@mbanq/core-sdk-js / index / ErrorDetails
Interface: ErrorDetails
Defined in: src/types/error.d.ts:22
Properties
errorCode?
optionalerrorCode?:string
Defined in: src/types/error.d.ts:24
API-specific error code (e.g., userMessageGlobalisationCode)
graphqlCode?
optionalgraphqlCode?:string
Defined in: src/types/error.d.ts:30
GraphQL-specific: extensions code from GraphQL response
path?
optionalpath?:string[]
Defined in: src/types/error.d.ts:28
GraphQL-specific: path to the field that caused the error
validationErrors?
optionalvalidationErrors?:ValidationError[]
Defined in: src/types/error.d.ts:26
Field-level validation errors