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