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."],[[["This webpage details the `InvalidArgumentException` class in the Google API Client Library for Java, specifically within the `com.google.api.gax.rpc` package."],["The `InvalidArgumentException` is an exception thrown when a client provides an invalid argument, which differs from `FailedPreconditionException` as it relates to arguments problematic regardless of system state."],["The latest version documented on this page is 2.63.1, and a comprehensive list of previous versions from 2.62.0 down to 2.7.1 are available with links to their respective documentation."],["This class inherits several members from `ApiException`, `Object`, and `Throwable`, including methods for managing errors, status codes, and metadata, as well as many generic java methods."],["There are three constructors for `InvalidArgumentException`, allowing initialization with various combinations of a message, cause, status code, retryability flag, and error details."]]],[]]