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."],[[["This webpage details the `FailedPreconditionException` class within the Google API Client Libraries for Java, focusing on version 2.52.0 and including links to documentation for multiple past versions."],["The `FailedPreconditionException` is thrown when an operation cannot be executed due to the system not being in the necessary state, such as attempting to delete a non-empty directory."],["The class extends `ApiException` and provides methods for retrieving error details and status, like `getDomain()`, `getErrorDetails()`, and `getStatusCode()`, as well as several inherited methods from `Object` and `Throwable` classes."],["There are three constructors for `FailedPreconditionException` that can take in message, cause, status code, retryable boolean, and optional errorDetails as parameters, to create an instance of the exception."],["The provided list includes documentation links for versions ranging from the latest, 2.63.1, down to version 2.7.1, allowing users to browse the specific implementation of the exception in each version."]]],[]]