ResponseInternalError

The standard message type to send back when there was an internal error, this message will not reveal any details but best practice is to also log the error on the service side.

@SetResponseStatus(ResponseStatus.INTERNAL_ERROR)
struct ResponseInternalError

Meta