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