CustomerError
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. |
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 2024-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["This document outlines errors specifically related to Customer requests."],["Errors may result from disallowed Customer status changes, like attempting to change from DRAFT or CLOSED statuses."],["To enable a Customer, you must set the currency code, and at least one of the country code or time zone."],["You might encounter an error if the Customer has not been fully set up within CustomerService."]]],[]]