documentation/data/HttpCodes.toml

8 lines
132 B
TOML

200 = "Success"
401 = "Unauthorized"
403 = "Forbidden"
404 = "Not Found"
409 = "Conflict"
410 = "Gone"
422 = "Unprocessable Entity"