Enum SubscribeResponseCodeEnum
Enum of the allowable values for the statusCode property of the SubscribeResponseObject.
Namespace: WebSocketSubNot
Assembly: EidoLib.dll
Syntax
public enum SubscribeResponseCodeEnum
Fields
Name | Description |
---|---|
BadRequest | Bad Request |
Forbidden | Forbidden |
InternalServerError | Internal Server Error |
NotFound | Not Found |
OK | Indicates success |
PayloadTooLarge | Payload To Large |
ServiceUnavailable | Service Unavailable |
SubscriptionDoesNotExist | Subscription Does No Exist |
Unaccetable | Unacceptable |