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-03-21 UTC."],[[["This page details the `InvalidArgumentException` class, a type of `ApiException` in the Google API Client Libraries for Java, specifically within the `com.google.api.gax.rpc` package."],["`InvalidArgumentException` is thrown when a client provides an invalid argument, regardless of the system's current state, and it differs from `FailedPreconditionException`."],["The page provides documentation for several versions of the library, ranging from version 2.7.1 to the latest version 2.63.1, indicating versioning changes and history of the code."],["The class inherits members from `ApiException`, `Object`, and `Throwable`, providing methods to retrieve details about the exception, check for retryability, and obtain error information."],["There are 3 constructors available for `InvalidArgumentException`, allowing for the specification of `message`, `cause`, `statusCode`, `retryable`, and `errorDetails`."]]],[]]