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 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."]]],[]]