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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details the `FailedPreconditionException` class, which is thrown when an operation fails due to the system not being in the required state, such as attempting to delete a non-empty directory."],["The page provides a comprehensive list of available versions of this exception, ranging from the latest version 2.63.1 down to version 2.7.1."],["`FailedPreconditionException` extends `ApiException` and inherits its methods like `getDomain()`, `getMetadata()`, and `isRetryable()`, as well as standard methods from `Object` and `Throwable`."],["The class offers three constructors, allowing initialization with various parameters including message, cause, status code, retryable status, and error details."]]],[]]