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."],[[["The page lists different versions of `FailedPreconditionException`, ranging from version 2.14.0 to the latest version 2.63.1, which are all linked to their respective documentation."],["`FailedPreconditionException` is an exception class that extends `ApiException`, and it is thrown when an operation cannot be executed because the system is not in the correct state, such as when trying to delete a non-empty directory."],["This exception class provides several constructors for different use cases, including one with a message, cause, status code, and retryable flag, and another with the addition of error details."],["The `FailedPreconditionException` class inherits various methods from the `ApiException` and `Object` classes, and it also inherits several methods from the `Throwable` class for handling exceptions."]]],[]]