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 within the Google API Client Libraries for Java (com.google.api.gax), which is thrown when an operation can't proceed due to the system's current state."],["The latest version of this documentation is for version 2.63.1, with numerous previous versions also available, ranging down to version 2.7.1."],["`FailedPreconditionException` extends `ApiException` and includes inherited members like `getDomain()`, `getMetadata()`, and others for error handling and provides several constructors to be invoked to create it, including ones that take message, cause, status code, retryable boolean, and error details as parameters."],["The exception signals that the operation was rejected, for instance, if a directory to be deleted is not empty or if an attempt is made to apply a remove directory operation to something other than a directory."],["It provides information about the exception, including its cause, status code, whether it's retryable, and optional error details."]]],[]]