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 a type of `ApiException` that is thrown when an operation fails because the system is not in the necessary state for the operation to execute, such as attempting to delete a non-empty directory."],["The documentation includes a list of available versions, ranging from version 2.63.1 (latest) down to version 2.7.1, each with its own corresponding documentation link for `FailedPreconditionException`."],["The page provides information about inherited members and describes methods inherited from `ApiException`, `Object`, and `Throwable`, as well as their respective links to the documentation."],["There are two constructors available for `FailedPreconditionException`, one that takes a message, cause, status code, and retryable boolean, and another that takes only the cause, status code, and retryable boolean."],["The documentation specifies the parameters for each constructor, including the data type and description of the `message`, `cause`, `statusCode`, and `retryable` fields."]]],[]]