You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, ErrorCodeGenerator is a mapping between ServiceException and ErrorCode. But this is not good enough. We need to replace this with a mapping between ServiceException and ErrorResponse, which includes ErrorCode and HTTP Status Code.
For now, ErrorCodeGenerator is a mapping between ServiceException and ErrorCode. But this is not good enough. We need to replace this with a mapping between ServiceException and ErrorResponse, which includes ErrorCode and HTTP Status Code.