Log errors caused by an invalid request due either to an out of range option
or an unsupported combination of options. The exception detail will
typically provide more specific information about the error.
[[["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-05 UTC."],[[["`InvalidRequestException` is a subclass of `RuntimeException` used to indicate errors caused by invalid requests."],["Invalid requests can result from out-of-range options or unsupported combinations of options."],["The exception's detail provides specific information about the nature of the invalid request error."],["It inherits methods from both `Object` and `Throwable`, offering various functionalities for object manipulation and exception handling."],["The `InvalidRequestException` constructor accepts a `String` parameter named `detail` that describes the specific error."]]],[]]