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-02 UTC."],[[["The page details the `FailedPreconditionException` class, which is thrown when an operation fails due to the system not being in the correct state."],["This `FailedPreconditionException` class extends `ApiException` and includes methods like `getDomain()`, `getErrorDetails()`, `getMetadata()`, and more inherited members from `ApiException`."],["The `FailedPreconditionException` class provides three constructors for its instantiation, which vary on their `Parameters`, such as accepting a message, a cause, status code, and whether it's retryable."],["The page lists all versions of the `FailedPreconditionException` class, with the latest version being 2.63.1 and going as far back as version 2.7.1."]]],[]]