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-07 UTC."],[[["This page details the `InvalidArgumentException` class, a type of `ApiException` in the Google API Client Libraries for Java."],["`InvalidArgumentException` is thrown when a client provides an invalid argument, differing from `FailedPreconditionException` in that it indicates problems independent of the system's state."],["The class provides constructors to initialize the exception with a message, a cause, status code, retryable boolean, and optional error details."],["The documentation provides links to several versions of this class, from version 2.7.1 all the way to 2.63.1, with 2.63.1 being the latest version."],["The class inherits members from both the `ApiException` class and the `Object` class, that handle error details and the underlying object."]]],[]]