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-09 UTC."],[[["This page details the `InvalidArgumentException` class in the Google API Client Library for Java, specifically within the `com.google.api.gax.rpc` package, across multiple versions, with the latest version being 2.63.1."],["`InvalidArgumentException` is thrown when a client provides an invalid argument, distinct from `FailedPreconditionException`, as it relates to problems with the arguments themselves rather than the system's state."],["This exception class inherits members from `ApiException` and `Object`, including methods for managing error details, status codes, and retry behavior, which can be found in their respective links."],["The `InvalidArgumentException` class has three constructors that allow instantiation of the exception, accepting parameters such as message, cause, status code, retryability, and optional error details."],["The page provides a complete list of all available versions of the `InvalidArgumentException`, starting with the most recent and listing all the way back to 2.7.1."]]],[]]