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 webpage details the `InvalidArgumentException` class in the Google API Client Library for Java (gax), covering its usage and versions."],["The `InvalidArgumentException` is thrown when a client provides an invalid argument, which is different from a `FailedPreconditionException` and indicates a problem irrespective of the system's state."],["The webpage lists numerous versions of the `InvalidArgumentException`, from version 2.7.1 to the latest 2.63.1, providing links to each version's documentation."],["`InvalidArgumentException` extends `ApiException` and includes inherited members and constructors for handling various error conditions, including a constructor that allows the inclusion of additional `ErrorDetails`."],["The webpage shows that this specific exception can be constructed with parameters such as `message`, `cause`, `statusCode`, `retryable`, and `errorDetails`."]]],[]]