Serialized Form
-
Package com.chrt.api.core
-
Class com.chrt.api.core.ChrtApiApiException extends ChrtApiException 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.chrt.api.core.ChrtApiException extends java.lang.RuntimeException implements Serializable
-
-
Package com.chrt.api.errors
-
Class com.chrt.api.errors.UnprocessableEntityError extends ChrtApiApiException implements Serializable
-
Serialized Fields
-
body
HttpValidationError body
The body of the response that triggered the exception.
-
-
-