--- 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; } }
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-02-26 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-02-26 (UTC)."],[],[]]