Enum UnsubscribeResponseCodeEnum
Enumeration of allowed values of the statusCode property of the UnsubscribeResponseObject. See Section 2.1.5.2.2.1 of NENA-STA-024.1a-2023.
Namespace: WebSocketSubNot
Assembly: EidoLib.dll
Syntax
public enum UnsubscribeResponseCodeEnum
Fields
Name | Description |
---|---|
BadRequest | Bad Request |
InternalServerError | Internal Server Error |
OK | OK -- Success |
PayloadTooLarge | Payload Too Large |
ServiceUnavailable | Service Unavailable |
SubscriptionDoesNotExist | Subscription Does Not Exist |