--- v18/errors/customer_error.proto 2025-02-24 15:48:54.000000000 +0000 +++ v19/errors/customer_error.proto 2025-02-24 15:48:59.000000000 +0000 @@ -42,5 +42,11 @@ // CustomerService cannot get a customer that has not been fully set up. ACCOUNT_NOT_SET_UP = 3; + + // Customer creation is denied for policy violation. + CREATION_DENIED_FOR_POLICY_VIOLATION = 4; + + // Manager account is ineligible to create new accounts. + CREATION_DENIED_INELIGIBLE_MCC = 5; } }
/errors/customer_error.proto
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-28 (שעון UTC).