An error that occurred when querying a specific account
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-02-27 UTC.
[null,null,["Last updated 2025-02-27 UTC."],[[["This error indicates an issue encountered while querying a specific Vault account."],["The error response includes details about the account owner and the type of error encountered."],["The error information is provided in JSON format with `account` and `errorType` fields."]]],["The JSON representation describes an error encountered while querying an account. It includes two key fields: `account`, which represents the account owner as a `UserInfo` object, and `errorType`, which details the specific error that occurred during the account query, referencing an `ErrorType` enumeration. This structure outlines the account involved and the type of issue faced.\n"]]