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 webpage details the `InvalidArgumentException` class, a type of `ApiException` that indicates a client has provided an invalid argument, distinct from issues caused by the system's state."],["The latest version available on this page is version 2.63.1, but also shows versions going back to 2.7.1."],["`InvalidArgumentException` extends `ApiException`, which further extends `RuntimeException`, and it includes inherited members from these classes as well as from `Object` and `Throwable`."],["There are two constructors provided for `InvalidArgumentException`, one allowing for a message, cause, status code, and retryable flag, and another that allows for a cause, status code, and retryable flag."],["This exception is thrown when there's an issue with arguments, such as a malformed file name, that will be problematic regardless of system state."]]],[]]