Values.BatchPutTaxRegistrationErrorSourceThe error object for representing failures in the BatchPutTaxRegistration operation.
type nonrec t = {accountId : AccountId.t option;The unique account identifier for the account that the tax registration couldn't be added, or updated during the BatchPutTaxRegistration operation.
*)code : ErrorCode.t option;The error code for an individual failure in the BatchPutTaxRegistration operation.
*)message : ErrorMessage.t option;The error message for an individual failure in the BatchPutTaxRegistration operation.
*)}