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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `ApiException` class in the Google API Client Library for Java, spanning from version 2.7.1 up to the latest version 2.63.1."],["`ApiException` is a subclass of `RuntimeException` and is used to represent exceptions that occur during Remote Procedure Call (RPC) operations."],["The `ApiException` class has multiple constructors, allowing you to create instances with different combinations of `message`, `cause`, `StatusCode`, `retryable` flag, and `ErrorDetails`."],["Key methods of the `ApiException` class include `getDomain()`, `getReason()`, `getStatusCode()`, `isRetryable()`, `getErrorDetails()` and `getMetadata()`, which respectively provide information about the error domain, reason, status code, retry possibility, error details, and additional structured exception details."],["The documentation also lists the inherited members of `ApiException` from the `Object` and `Throwable` classes, such as methods for managing stack traces, messages, and object comparisons."]]],[]]