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-07-01 UTC."],[[["This webpage details the `FailedPreconditionException` class within the Google API Client Libraries for Java (gax) package, showing its implementation and various versions."],["The `FailedPreconditionException` is thrown when an operation fails due to the system not being in the required state, such as attempting to delete a non-empty directory."],["The latest version of this class is 2.63.1, and the page lists multiple past versions of this exception class, allowing for examination of its evolution."],["This class extends `ApiException` and includes methods to retrieve error details, status codes, and retryability information."],["There are three constructors available for this class, which allow you to specify a message, a cause, a status code, retryable info, and error details."]]],[]]