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."],[[["The latest version available for `InvalidArgumentException` is 2.63.1, with the webpage providing access to numerous previous versions."],["`InvalidArgumentException` is an exception thrown when a client provides an invalid argument, distinct from `FailedPreconditionException`."],["This exception is part of the `com.google.api.gax.rpc` package within the Java library, as demonstrated by the URLs for each version."],["`InvalidArgumentException` extends `ApiException` and includes methods like `getStatusCode()` and `isRetryable()`, as well as standard Java object and throwable methods."],["Constructors for `InvalidArgumentException` allow for specifying a message, cause, status code, and retryable status."]]],[]]