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 page details the `FailedPreconditionException` class, which is thrown when an operation fails due to the system not being in the correct state for execution, such as attempting to delete a non-empty directory."],["The `FailedPreconditionException` class extends `ApiException` and inherits several methods, including those for managing error details, metadata, and retry status."],["This exception class has three constructors, each allowing for the specification of a message, a `Throwable` cause, a `StatusCode`, and whether the operation is retryable; one also includes `ErrorDetails`."],["The document provides a list of available versions for this `FailedPreconditionException` class, ranging from version 2.1.1 up to the latest version, 2.63.1, with links for each."]]],[]]