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."],[[["The page details the `FailedPreconditionException` class, which is thrown when an operation fails due to the system not being in the correct state, such as attempting to delete a non-empty directory."],["This `FailedPreconditionException` class extends `ApiException` and inherits several members like `getDomain()`, `getReason()`, and `isRetryable()`."],["The page lists the `FailedPreconditionException` through different versions ranging from the latest version, 2.63.1, down to 2.7.1, allowing for examination of the class over multiple versions."],["The class has three constructors, allowing the exception to be created with a message, a `Throwable` cause, a `StatusCode`, and a `boolean` retryable, or with a `Throwable` cause, a `StatusCode`, and a `boolean` retryable, or with a `Throwable` cause, a `StatusCode`, a `boolean` retryable, and `ErrorDetails`."]]],[]]