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."],[[["The webpage details the `InvalidArgumentException` class, a type of `ApiException` that's thrown when a client provides an invalid argument."],["The `InvalidArgumentException` is used for issues related to client arguments and not the system's state, differing from `FailedPreconditionException`."],["The latest version available is `2.63.1`, but a list of versions ranging from `2.63.1` down to `2.7.1` are available, with links to the documentation for each version."],["The `InvalidArgumentException` class has two constructors to throw the exception, both of them take in `cause`, `statusCode`, and `retryable` parameters, while the first also includes a `message` parameter."],["Inherited members from the `ApiException` and `Object` classes, as well as the `Throwable` class are also listed, with links to the corresponding documentation for additional information."]]],[]]