Enum CallStatus
Stipulates codes returned for contract calls
Namespace: NFX.Glue
Assembly: NFX.dll
Syntax
public enum CallStatus
Fields
| Name | Description |
|---|---|
| Dispatched | Indicates that call was sucessfully queued/dispatched for processing by remote server |
| DispatchError | Indicates that operation failed locally because the communication stack is overloaded or some other internal error occured |
| ResponseError | Remote server returned response with exception |
| ResponseOK | Indicates that response came with payload that does not contain error |
| Timeout | Indicates that operation timed out before it could be completed |