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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic class NotSupportedResponse : CFXMessage
Public Class NotSupportedResponse
Inherits CFXMessage
The NotSupportedResponse type exposes the following members.
Constructors
Properties
See Also