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."],[[["The page details the `FailedPreconditionException` class, which extends `ApiException`, in the Google API client library for Java (gax), indicating an operation was rejected due to the system's state."],["Version 2.63.1 is the latest release, with versions back to 2.7.1 available, including the current version being 2.51.0, as seen through the links to the documentation."],["`FailedPreconditionException` is thrown when a required system state is not met, such as attempting to delete a non-empty directory."],["The class includes inherited members and constructors, which are detailed with their parameters like `message`, `cause`, `statusCode`, `retryable`, and `errorDetails`, and what they each represent."],["The page provides extensive documentation for the `FailedPreconditionException` class, linking to external Java documentation for standard methods and types used within the class."]]],[]]