Table of Contents

Class CarrotStatusCode

Namespace
CarrotMQ.Core.Protocol
Assembly
CarrotMQ.Core.dll

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

int

Forbidden

The client does not have access rights to the content.

public const int Forbidden = 403

Field Value

int

GatewayTimeout

The message could not be handled in the given time.

public const int GatewayTimeout = 504

Field Value

int

InternalServerError

The consumer encountered an unexpected condition.

public const int InternalServerError = 500

Field Value

int

Ok

Success status response code

public const int Ok = 200

Field Value

int

Unauthorized

The client must authenticate itself to get the requested response.

public const int Unauthorized = 401

Field Value

int