Exception thrown when client specified an invalid argument. Note that this differs from FailedPreconditionException. This exception indicates arguments that are problematic regardless
of the state of the system (e.g., a malformed file name).
[[["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."],[[["The provided content is for the `InvalidArgumentException` class within the Google API Client Library for Java, specifically in the `com.google.api.gax.rpc` package."],["`InvalidArgumentException` extends `ApiException` and is thrown when a client provides an invalid argument, distinguishing it from `FailedPreconditionException`, as this exception is due to the arguments themselves rather than system state."],["The `InvalidArgumentException` class has two constructors, each accepting a `Throwable` cause, `StatusCode`, and a boolean for `retryable`, with one constructor also taking a `String` message."],["The page lists various versions of the library, from version 2.63.1 (latest) down to version 2.7.1, with links to documentation for `InvalidArgumentException` in each version."],["The documentation also shows the inherited members and their associated links, stemming from the `Object`, `ApiException` and `Throwable` classes."]]],[]]