Serialized Form
-
Package com.flagright.api.core
-
Class com.flagright.api.core.FlagrightApiApiException extends FlagrightApiException implements Serializable
-
Serialized Fields
-
body
java.lang.Object body
The body of the response that triggered the exception. -
statusCode
int statusCode
The error code of the response that triggered the exception.
-
-
-
Class com.flagright.api.core.FlagrightApiException extends java.lang.RuntimeException implements Serializable
-
-
Package com.flagright.api.errors
-
Class com.flagright.api.errors.BadRequestError extends FlagrightApiApiException implements Serializable
-
Serialized Fields
-
body
ApiErrorResponse body
The body of the response that triggered the exception.
-
-
-
Class com.flagright.api.errors.ConflictError extends FlagrightApiApiException implements Serializable
-
Serialized Fields
-
body
ApiErrorResponse body
The body of the response that triggered the exception.
-
-
-
Class com.flagright.api.errors.TooManyRequestsError extends FlagrightApiApiException implements Serializable
-
Serialized Fields
-
body
ApiErrorResponse body
The body of the response that triggered the exception.
-
-
-
Class com.flagright.api.errors.UnauthorizedError extends FlagrightApiApiException implements Serializable
-
Serialized Fields
-
body
ApiErrorResponse body
The body of the response that triggered the exception.
-
-
-