Package ai.extend.errors
Class InternalServerError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ai.extend.core.ExtendClientException
-
- ai.extend.core.ExtendClientApiException
-
- ai.extend.errors.InternalServerError
-
- All Implemented Interfaces:
java.io.Serializable
public final class InternalServerError extends ExtendClientApiException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalServerError(java.lang.Object body)InternalServerError(java.lang.Object body, okhttp3.Response rawResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectbody()-
Methods inherited from class ai.extend.core.ExtendClientApiException
headers, statusCode, toString
-
-
-
-
Method Detail
-
body
public java.lang.Object body()
- Overrides:
bodyin classExtendClientApiException- Returns:
- the body
-
-