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