Enum TerminateResponseCodeEnum
Enumeration of the allowed values for the statusCode property of the TerminateResponseObject class.
Namespace: WebSocketSubNot
Assembly: EidoLib.dll
Syntax
public enum TerminateResponseCodeEnum
Fields
Name | Description |
---|---|
BadRequest | Bad Request |
InternalServerError | Internal Server Error |
NotImplemented | Not Implemented |
OK | Success |
ServiceUnavailable | Service Unavailable |
SubscriptionDoesNotExist | Subscription Does Not Exist |