CustomerError
Stay organized with collections
Save and categorize content based on your preferences.
Set of errors that are related to requests dealing with Customer.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
STATUS_CHANGE_DISALLOWED
|
Customer status is not allowed to be changed from DRAFT and CLOSED. Currency code and at least one of country code and time zone needs to be set when status is changed to ENABLED. |
ACCOUNT_NOT_SET_UP
|
CustomerService cannot get a customer that has not been fully set up. |
CREATION_DENIED_FOR_POLICY_VIOLATION
|
Customer creation is denied for policy violation. |
CREATION_DENIED_INELIGIBLE_MCC
|
Manager account is ineligible to create new accounts. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-07 UTC.
[null,null,["Last updated 2025-08-07 UTC."],[],[],null,["# CustomerError\n\nSet of errors that are related to requests dealing with Customer.\n\n| Enums ||\n|--------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `UNSPECIFIED` | Enum unspecified. |\n| ### `UNKNOWN` | The received error code is not known in this version. |\n| ### `STATUS_CHANGE_DISALLOWED` | Customer status is not allowed to be changed from DRAFT and CLOSED. Currency code and at least one of country code and time zone needs to be set when status is changed to ENABLED. |\n| ### `ACCOUNT_NOT_SET_UP` | CustomerService cannot get a customer that has not been fully set up. |\n| ### `CREATION_DENIED_FOR_POLICY_VIOLATION` | Customer creation is denied for policy violation. |\n| ### `CREATION_DENIED_INELIGIBLE_MCC` | Manager account is ineligible to create new accounts. |"]]