Package com.lithic.api.errors
Class UnprocessableEntityException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class UnprocessableEntityException extends LithicServiceException
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classUnprocessableEntityException.BuilderA builder for UnprocessableEntityException.
-
Method Summary
Modifier and Type Method Description IntegerstatusCode()Headersheaders()JsonValuebody()final UnprocessableEntityException.BuildertoBuilder()final static UnprocessableEntityException.Builderbuilder()Returns a mutable builder for constructing an instance of UnprocessableEntityException. -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
statusCode
Integer statusCode()
-
toBuilder
final UnprocessableEntityException.Builder toBuilder()
-
builder
final static UnprocessableEntityException.Builder builder()
Returns a mutable builder for constructing an instance of UnprocessableEntityException.
The following fields are required:
.headers() .body()
-
-
-
-