Bulkdepositaccountupdateerror
Represents an error for a failed deposit account update in a bulk operation.
accountKeystringrequired
The account key that failed to update
errorCodeint32
The error code.
errorReasonstringrequired
For more information on your error message, refer to API Response and Error Codes
errorSourcestring
Additional details about the error
Bulkdepositaccountupdateerror
{
"accountKey": "string",
"errorCode": 0,
"errorReason": "string",
"errorSource": "string"
}