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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["This page details the `InvalidArgumentException` class in the Google API Client Library for Java (gax), highlighting that it is thrown when a client provides an invalid argument, distinct from `FailedPreconditionException`."],["The most recent version documented is 2.63.1, which is labeled as the latest, and a comprehensive history of versions, going back to 2.7.1, is accessible via links on the page."],["The `InvalidArgumentException` class extends `ApiException` and includes inherited methods such as `getDomain()`, `getErrorDetails()`, `getMetadata()`, `getReason()`, `getStatusCode()`, and `isRetryable()`, amongst others from the Object and Throwable class."],["Three constructors are provided for `InvalidArgumentException`, which allow the user to provide a message, cause, status code, retryability boolean, and/or error details."]]],[]]