Exception thrown when the operation was rejected because the system is not in a state required
for the operation's execution. For example, directory to be deleted may be non-empty, an rmdir
operation is applied to a non-directory, etc.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This webpage details the `FailedPreconditionException` class, which extends `ApiException`, within the Google API client library for Java."],["The `FailedPreconditionException` is thrown when an operation cannot be completed because the system is not in the required state, such as attempting to delete a non-empty directory."],["This class provides several constructors to create instances with varying levels of detail, including message, cause, status code, retryability, and error details."],["The page includes links to documentation for various versions of the library, ranging from the latest version (2.63.1) down to 2.7.1, allowing users to access specific API documentation."],["The webpage lists the inherited members, from both `ApiException` and `Object`, along with their respective documentation, providing a full overview of the methods available."]]],[]]