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-15 UTC."],[[["This page details the `ApiException` class, which represents an exception thrown during a Remote Procedure Call (RPC) in the context of the Java client library."],["The `ApiException` class extends `RuntimeException` and has methods to retrieve information about the error, such as the status code, error details, reason, and whether the failed request is retryable."],["Multiple versions of the documentation for `ApiException` are available, ranging from version 2.7.1 up to the latest version 2.63.1."],["The APIException has three constructors that support providing a message, throwable cause, status code, and retryable information, with one also supporting ErrorDetails."],["The class contains several methods including getDomain(), getErrorDetails(), getMetadata(), getReason(), getStatusCode(), and isRetryable() to provide details about the error condition."]]],[]]