Serialized Form
-
Package com.flagright.api.core
-
Class com.flagright.api.core.FlagrightApiException extends FlagrightException implements Serializable
-
Serialized Fields
-
body
java.lang.Object body
The body of the response that triggered the exception. -
headers
java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers
-
statusCode
int statusCode
The error code of the response that triggered the exception.
-
-
-
Class com.flagright.api.core.FlagrightException extends java.lang.RuntimeException implements Serializable
-
-
Package com.flagright.api.errors
-
Class com.flagright.api.errors.BadRequestError extends FlagrightApiException implements Serializable
-
Serialized Fields
-
body
ApiErrorResponse body
The body of the response that triggered the exception.
-
-
-
Class com.flagright.api.errors.ConflictError extends FlagrightApiException implements Serializable
-
Serialized Fields
-
body
ApiErrorResponse body
The body of the response that triggered the exception.
-
-
-
Class com.flagright.api.errors.NotFoundError extends FlagrightApiException implements Serializable
-
Serialized Fields
-
body
ApiErrorResponse body
The body of the response that triggered the exception.
-
-
-
Class com.flagright.api.errors.TooManyRequestsError extends FlagrightApiException implements Serializable
-
Serialized Fields
-
body
ApiErrorResponse body
The body of the response that triggered the exception.
-
-
-
Class com.flagright.api.errors.UnauthorizedError extends FlagrightApiException implements Serializable
-
Serialized Fields
-
body
ApiErrorResponse body
The body of the response that triggered the exception.
-
-
-