NotSupportedResponse Class |
Allows a CFX endpoint to indicate to the sender of a request that it is not able to answer to this particular request
There can be several reasons :
- Unknown request/response message : appeared in a more recent version of CFX than the one used by the endpoint
- Unknown request/response message : totally unknown request (should never append)
- This request/response message is not implemented in the endpoint because it is not applicable or not implemented yet
{
"RequestResult": {
"Result": "Failed",
"ResultCode": 0,
"Message": "Unknown message"
}
}
///
{
"RequestResult": {
"Result": "Failed",
"ResultCode": 0,
"Message": "Not implemented message"
}
}
Inheritance Hierarchy Namespace: CFXAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic class NotSupportedResponse : CFXMessage
Public Class NotSupportedResponse
Inherits CFXMessage
The NotSupportedResponse type exposes the following members.
Constructors
Properties
See Also