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, a type of `ApiException` that is thrown when a client provides an invalid argument, such as a malformed file name."],["The `InvalidArgumentException` is distinct from `FailedPreconditionException` as it addresses issues with the arguments themselves, regardless of the system's current state."],["The page lists available versions of `InvalidArgumentException`, from the latest version 2.63.1 back to 2.7.1, each with a direct link to its documentation."],["There are three available constructors for `InvalidArgumentException` that allow for the specification of a message, cause, status code, retryable status and error details."],["The class inherits a variety of members from `ApiException`, `Object`, and `Throwable` classes, providing methods for error handling and object manipulation."]]],[]]