Class CarrotStatusCode
Status codes used in CarrotResponse.
public static class CarrotStatusCode
- Inheritance
-
CarrotStatusCode
- Inherited Members
Fields
BadRequest
The consumer cannot or will not process the message due to something that is perceived to be a publisher error.
public const int BadRequest = 400
Field Value
Forbidden
The client does not have access rights to the content.
public const int Forbidden = 403
Field Value
GatewayTimeout
The message could not be handled in the given time.
public const int GatewayTimeout = 504
Field Value
InternalServerError
The consumer encountered an unexpected condition.
public const int InternalServerError = 500
Field Value
Ok
Success status response code
public const int Ok = 200
Field Value
Unauthorized
The client must authenticate itself to get the requested response.
public const int Unauthorized = 401