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-09 UTC."],[[["This webpage details the `FailedPreconditionException` class within the Google API Client Library for Java, with version 2.63.1 being the most recent release and version 2.9.0 being used to describe the class and inherited members."],["The `FailedPreconditionException` is a type of `ApiException` that occurs when an operation cannot be completed due to the system being in an invalid state, such as trying to delete a non-empty directory."],["The webpage lists many previous versions of the `FailedPreconditionException` class, from 2.63.1 down to 2.7.1, each with a corresponding link to its documentation."],["There are two constructors available for creating a `FailedPreconditionException`, one accepting a message, cause, status code, and retryable flag, and another one accepting a cause, status code, and retryable flag."],["The page lists several inherited members and methods from `ApiException`, `Object`, and `Throwable`, allowing users to further inspect the class and its capabilities."]]],[]]