Class: Codes
- Inherits:
-
Object
- Object
- Codes
- Defined in:
- lib/vingd/response.rb
Constant Summary collapse
- OK =
Standard HTTP response codes used inside Vingd ecosystem. success
200- CREATED =
201- NO_CONTENT =
204- PARTIAL_CONTENT =
206- MULTIPLE_CHOICES =
error
300- MOVED_PERMANENTLY =
301- BAD_REQUEST =
400- PAYMENT_REQUIRED =
402- FORBIDDEN =
403- NOT_FOUND =
404- CONFLICT =
409- GONE =
410- INTERNAL_SERVER_ERROR =
500- NOT_IMPLEMENTED =
501