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 providing more information about the error.optionalmessage:string
source?
Optional source information for the error, which can include a pointer or parameter.optionalsource:object
parameter?
A parameter that caused the error, if applicable.optionalparameter:string
pointer?
A pointer to the specific part of the request that caused the error.optionalpointer:string
status?
Optional status of the error, which can provide additional context.optionalstatus:string