Class ClientError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.styra.opa.openapi.models.errors.ClientError
- All Implemented Interfaces:
Serializable
ClientError
Bad Request
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final ClientError.Builder
builder()
code()
boolean
errors()
int
hashCode()
message()
toString()
withErrors
(List<Errors> errors) withErrors
(Optional<? extends List<Errors>> errors) withMessage
(String message) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ClientError
-
ClientError
-
-
Method Details