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-03-21 UTC."],[[["This page details the `FailedPreconditionException` class within the Google API Client Libraries for Java, part of the `com.google.api.gax.rpc` package, with version 2.39.0 serving as the primary context for the documentation."],["The `FailedPreconditionException` is an `ApiException` that is thrown when an operation fails because the system isn't in the proper state, such as trying to delete a non-empty directory."],["The document lists the available versions of the class, ranging from the latest 2.63.1 down to 2.7.1."],["The class has inherited members and methods from both `ApiException` and the `Object` and `Throwable` classes, providing functionalities like retrieving error details and managing the state of the exception."],["There are three constructors for the `FailedPreconditionException` class, each allowing different levels of detail when creating the exception, including message, cause, status code, retryability, and error details."]]],[]]