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."],[[["This webpage details the `FailedPreconditionException` class within the Google API Client Libraries for Java, indicating when an operation fails due to an improper system state, such as deleting a non-empty directory."],["The class `FailedPreconditionException` extends `ApiException`, inheriting its methods, such as `getDomain()`, `getMetadata()`, and `isRetryable()`."],["The `FailedPreconditionException` class provides three constructors allowing initialization with a message, cause, status code, retryability status, and optional error details."],["The page provides links to all available versions of `FailedPreconditionException` ranging from version 2.63.1 (latest) down to version 2.7.1."]]],[]]