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 exceptions
GlobalExceptionHandler: handle BaseException
Are you willing to submit PR?
Code of Conduct
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