We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a4d409 commit f952becCopy full SHA for f952bec
src/lib/constants.js
@@ -49,9 +49,11 @@ export const validation = {
49
50
/*=========== STATUS CODES =============*/
51
52
-export const INTERNAL_SERVER_ERROR_STATUS_CODE = 500
53
-export const CONFLICT_ERROR_STATUS_CODE = 409
+export const BADREQUEST_ERROR_STATUS_CODE = 400
54
export const FORBIDDEN_ERROR_STATUS_CODE = 403
+export const NOTFOUND_ERROR_STATUS_CODE = 404
55
+export const CONFLICT_ERROR_STATUS_CODE = 409
56
+export const INTERNAL_SERVER_ERROR_STATUS_CODE = 500
57
58
/*=========== MODAL =============*/
59
0 commit comments