Type Alias HttpServerErrorCode
HttpServerErrorCode:
| "BAD_REQUEST"
| "UNAUTHORIZED"
| "FORBIDDEN"
| "NOT_FOUND"
| "CONFLICT"
| "CONTENT_TOO_LARGE"
| "UNPROCESSABLE_CONTENT"
| "INTERNAL_ERROR"
| "BAD_GATEWAY"
| "SERVICE_UNAVAILABLE"
| "GATEWAY_TIMEOUT"
Error codes that can be returned by the http-server.
These codes provide a standardized way to categorize and handle http-server-related errors in the application.