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 page details the `InvalidArgumentException` class, a type of `ApiException` in the Google API Client Libraries for Java, specifically within version 2.57.0 of the library."],["`InvalidArgumentException` is thrown when a client provides an invalid argument, which differs from a `FailedPreconditionException` in that the issue is with the argument itself, rather than the system state."],["The page provides links to various versions of the class documentation ranging from version 2.63.1 down to 2.7.1, indicating a history of updates and changes."],["The class includes constructors to create instances of the exception, accepting parameters like message, cause, status code, and retryable, along with an additional ErrorDetails parameter."],["The `InvalidArgumentException` class inherits methods from `ApiException`, `Throwable` and `Object`, as detailed in the inherited members section, and provides a set of parameters used to define the exception."]]],[]]