Top Level Namespace
Defined in:
Constant Summary
-
RESPONSE_STATUS_CODE =
{400 => "{\n \"status\": 400,\n \"title\": \"Bad Request\"\n }", 401 => "{\n \"status\": 401,\n \"title\": \"Unauthorized\"\n }", 404 => "{\n \"status\": 404,\n \"title\": \"Not Found\"\n }", 405 => "{\n \"status\": 405,\n \"title\": \"Method Not Allowed\"\n }", 406 => "{\n \"status\": 406,\n \"title\": \"Not Acceptable\"\n }", 500 => "{\n \"status\": 500,\n \"title\": \"Internal Server Error\"\n }", 503 => "{\n \"status\": 503,\n \"title\": \"Service Unavailable\"\n }"}