[[["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-17 UTC."],[[["The latest version available for `ApiExceptionFactory` is 2.63.1, with various other versions listed from 2.62.0 down to 2.7.1."],["`ApiExceptionFactory` is a Java class that generates specific exception types based on a provided status code."],["It has inherited members from the `java.lang.Object` class such as `clone()`, `equals()`, `hashCode()`, among others, and has several static methods."],["`ApiExceptionFactory` includes static methods like `createException`, allowing for the creation of `ApiException` instances with different parameters, including message, cause, status code, retryable status, and error details."],["It enables you to create an `ApiException` object using an instance of a `Throwable`, a `StatusCode`, a boolean for retryable and potentially `ErrorDetails` depending on the method used."]]],[]]