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-15 UTC."],[[["This webpage details the `FailedPreconditionException` class within the Google API Client Libraries for Java (gax) and its usage, particularly concerning situations where an operation fails due to the system being in an incorrect state."],["The latest version of this class is 2.63.1, and the page provides access to the documentation for this version, as well as numerous past versions ranging down to 2.7.1."],["The `FailedPreconditionException` class inherits from `ApiException` and offers methods to access details such as the exception's domain, error details, metadata, reason, and status code."],["Constructors for `FailedPreconditionException` are available to initialize instances, with parameters including `message`, `cause`, `statusCode`, `retryable` and `errorDetails`, each with their own description."]]],[]]