Skip to main content@qonto/embed-sdk / <internal> / BulkTransferResultErrorDetail
Interface: BulkTransferResultErrorDetail
Properties
code
code: string
The error code associated with the transfer result.
detail
detail: string
A detailed description of the error.
message?
optional message: string
Optional message providing more information about the error.
source?
optional source: object
Optional source information for the error, which can include a pointer or parameter.
parameter?
optional parameter: string
A parameter that caused the error, if applicable.
pointer?
optional pointer: string
A pointer to the specific part of the request that caused the error.
status?
optional status: string
Optional status of the error, which can provide additional context.