--- 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
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-02-26 UTC.