Returns the logical grouping to which the "reason" belongs. The error domain is typically the
registered service name of the tool or product that generates the error. e.g. googleapis.com
[[["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-02 UTC."],[[["This webpage provides documentation for the `ApiException` class within the Google API Client Library for Java, specifically the GAX (Google API Extensions) component."],["The content lists various versions of the `ApiException` class, with version 2.63.1 being the latest, and 2.48.1 as the version highlighted at the top, with a full version list spanning down to 2.7.1."],["`ApiException` extends `RuntimeException` and is used to represent exceptions that occur during Remote Procedure Call (RPC) interactions, with methods for information gathering like `getDomain()`, `getErrorDetails()`, `getMetadata()`, `getReason()`, and `getStatusCode()`."],["There are three constructors for creating an `ApiException`, allowing the specification of a message, cause, status code, retryability, and optional error details."],["The documentation also details inherited methods and constructors, including a large number of methods inherited from `Object` and `Throwable` class, detailing their function and returns."]]],[]]