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 (gax) and its role in handling operation failures due to incorrect system states."],["The `FailedPreconditionException` is a subclass of `ApiException`, inheriting methods for accessing error details, metadata, and status codes."],["This class provides three constructors, allowing for instantiation with a message, cause, status code, retryability flag, and optionally with error details."],["The page lists numerous versions of the class, ranging from version 2.7.1 to 2.63.1, with the latter being the latest version of the class."],["The provided content also includes links to external Java documentation for the Object and Throwable classes as well as internal documentation for related classes such as StatusCode, and ErrorDetails."]]],[]]