Package com.flagright.api.errors
Class TooManyRequestsError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.flagright.api.core.FlagrightException
-
- com.flagright.api.core.FlagrightApiException
-
- com.flagright.api.errors.TooManyRequestsError
-
- All Implemented Interfaces:
java.io.Serializable
public final class TooManyRequestsError extends FlagrightApiException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TooManyRequestsError(ApiErrorResponse body)TooManyRequestsError(ApiErrorResponse body, okhttp3.Response rawResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiErrorResponsebody()-
Methods inherited from class com.flagright.api.core.FlagrightApiException
headers, statusCode, toString
-
-
-
-
Constructor Detail
-
TooManyRequestsError
public TooManyRequestsError(ApiErrorResponse body)
-
TooManyRequestsError
public TooManyRequestsError(ApiErrorResponse body, okhttp3.Response rawResponse)
-
-
Method Detail
-
body
public ApiErrorResponse body()
- Overrides:
bodyin classFlagrightApiException- Returns:
- the body
-
-