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 page provides documentation for the `FailedPreconditionException` class within the Google API Client Library for Java (gax), spanning versions from 2.7.1 up to the latest, 2.63.1."],["`FailedPreconditionException` is an exception that is thrown when an operation cannot be performed due to the system not being in the correct state, like trying to delete a non-empty directory."],["The `FailedPreconditionException` class inherits several methods from the `ApiException` class, including methods to get error details, metadata, and status code, as well as a method to determine if it is retryable."],["There are three constructors for `FailedPreconditionException`, each taking in parameters such as a message, cause, status code, and retryable status, with an additional constructor that includes error details."],["The class extends the `ApiException` class, which provides additional information through methods like `getDomain`, `getErrorDetails`, and `isRetryable`."]]],[]]