Values.BatchDeleteTaxRegistrationErrorSourceThe error object for representing failures in the BatchDeleteTaxRegistration operation.
type nonrec t = {accountId : AccountId.t option;The unique account identifier for the account whose tax registration couldn't be deleted during the BatchDeleteTaxRegistration operation.
*)code : ErrorCode.t option;The error code for an individual failure in BatchDeleteTaxRegistration operation.
*)message : ErrorMessage.t option;The error message for an individual failure in the BatchDeleteTaxRegistration operation.
*)}