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 latest version available for `InternalException` is 2.63.1, with various older versions listed, dating back to version 2.7.1."],["`InternalException` is an exception thrown when internal errors occur, indicating that the underlying system's expected invariants have been broken."],["This exception class extends `ApiException` and inherits methods such as `getDomain()`, `getErrorDetails()`, and `isRetryable()`."],["`InternalException` has three constructors that allow for specifying a message, cause, status code, retryable status, and error details."],["The constructors take parameters such as `message`, `cause`, `statusCode`, `retryable` (boolean), and `errorDetails` allowing for customization when throwing the error."]]],[]]