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."],[[["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."]]],[]]