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
I had searched in the issues and found no similar issues.
Enhancement Request
Optimize the EventMeshAdmin API into a RESTful style to enhance its capability to provide detailed error messages and HTTP status codes to the caller, enable the propagation of error messages as exceptions, and support the extension of error message types and usage.
Describe the solution you"d like
Errors: An enumeration class that conforms to the RESTful specifications and custom error reporting requirements.
Result: A RESTful response DTO.
BaseException: Customized error reporting using enums and exceptions
Search before asking
Enhancement Request
Optimize the EventMeshAdmin API into a RESTful style to enhance its capability to provide detailed error messages and HTTP status codes to the caller, enable the propagation of error messages as exceptions, and support the extension of error message types and usage.
Describe the solution you"d like
Errors
: An enumeration class that conforms to the RESTful specifications and custom error reporting requirements.Result
: A RESTful response DTO.BaseException
: Customized error reporting using enums and exceptionsGlobalExceptionHandler
: handle BaseExceptionAre you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: