Skip to content

Convert some primitives to HTTP status codes

Coung Ngo requested to merge cngo-convert-500s into master

What does this MR do and why?

This MR converts some 500s to HTTP_STATUS_INTERNAL_SERVER_ERROR constants in frontend code to avoid magic numbers.

200s and the rest of 500s will be converted in future MRs

Screenshots or screen recordings

How to set up and validate locally

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Coung Ngo

Merge request reports