Class BatchServerError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.styra.opa.openapi.models.errors.BatchServerError
- All Implemented Interfaces:
Serializable
BatchServerError
Server Error. All requests returned a 500 error.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionBatchServerError
(Optional<String> batchDecisionId, Optional<? extends Map<String, ServerError>> responses) -
Method Summary
Modifier and TypeMethodDescriptionstatic final BatchServerError.Builder
builder()
boolean
int
hashCode()
toString()
withBatchDecisionId
(String batchDecisionId) withBatchDecisionId
(Optional<String> batchDecisionId) withResponses
(Map<String, ServerError> responses) withResponses
(Optional<? extends Map<String, ServerError>> responses) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
BatchServerError
-
BatchServerError
public BatchServerError()
-
-
Method Details