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 provides documentation for the `FailedPreconditionException` class within the Google API Client Library for Java (gax), spanning versions from 2.7.1 up to the latest, 2.63.1."],["The `FailedPreconditionException` is an exception thrown when an operation fails because the system's state does not meet the requirements for execution, such as trying to delete a non-empty directory."],["The `FailedPreconditionException` class inherits several methods and properties from the `ApiException` class, as well as standard Java classes such as `Object` and `Throwable`."],["The class offers three constructors, allowing the creation of the exception with varying parameters such as message, cause, status code, retryable status, and error details."],["The latest version of `FailedPreconditionException` is version 2.63.1, and the list includes 51 historical versions."]]],[]]