Package com.ocient.rest.exceptionMappers
Class ErrorResponse
java.lang.Object
com.ocient.rest.exceptionMappers.ErrorResponse
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorResponsefromErrorMessages(String... errorMessages) static ErrorResponsefromErrorMessages(Stream<String> errorMessages) static ErrorResponsefromThrowables(Throwable... throwables) static ErrorResponsefromThrowables(Stream<Throwable> throwables)
-
Field Details
-
errors
-
-
Method Details
-
fromThrowables
-
fromThrowables
-
fromErrorMessages
-
fromErrorMessages
-