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 webpage details the `FailedPreconditionException` class, which is a type of `ApiException` that is thrown when an operation fails because the system is in an incorrect state."],["The latest version of the `FailedPreconditionException` class is 2.63.1, and the page provides links to versions dating back to 2.7.1."],["`FailedPreconditionException` has constructors that accept parameters such as `message`, `cause`, `statusCode`, `retryable`, and `errorDetails`, allowing for detailed specification of the exception."],["The class inherits several members from `ApiException`, `Object`, and `Throwable`, including methods for retrieving error details, metadata, status codes, and information about the exception's cause and stack trace."]]],[]]