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 Libraries for Java (gax) and its various versions."],["The latest version available is 2.63.1, with multiple older versions listed, ranging down to version 2.7.1, allowing users to access the documentation relevant to the version they're using."],["The `FailedPreconditionException` is thrown when an operation is rejected because the system's state does not permit its execution, such as attempting to delete a non-empty directory."],["This class extends `ApiException` and includes constructors that accept parameters such as a message, a cause, a status code, and a retryable boolean value, in addition to having an optional parameter for `ErrorDetails`."],["The page also provides information about inherited members from `ApiException`, `Throwable`, and `Object` classes, along with links to the respective Java documentation for further reference."]]],[]]