[This is preliminary documentation and is subject to change.]
Stipulates codes returned for contract calls
Namespace: NFX.GlueAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Dispatched | 0 | Indicates that call was sucessfully queued/dispatched for processing by remote server | |
| DispatchError | 1 | Indicates that operation failed locally because the communication stack is overloaded or some other internal error occured | |
| Timeout | 2 | Indicates that operation timed out before it could be completed | |
| ResponseOK | 3 | Indicates that response came with payload that does not contain error | |
| ResponseError | 4 | Remote server returned response with exception |
See Also