Exception thrown due to internal errors. Means some invariants expected by underlying system has
been broken. If you see one of these errors, something is very broken.
[[["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-21 UTC."],[[["The `InternalException` class is an exception that signifies a fundamental break in the system's expected behavior."],["This exception inherits from `ApiException`, and offers multiple constructors to provide detailed information about the error."],["The available versions of this class range from the latest, 2.63.1, all the way down to version 2.7.1."],["It has methods like `getDomain`, `getErrorDetails`, and `getMetadata` for diagnostic purposes, as well as standard methods inherited from the `Throwable` and `Object` classes."],["You can find the details about the exception's parameters, such as message, cause, status code, and retryable, within the Constructors section."]]],[]]