CallStatus EnumerationNFX Class Library

[This is preliminary documentation and is subject to change.]

Stipulates codes returned for contract calls

Namespace: NFX.Glue
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public enum CallStatus
Members

  Member nameValueDescription
Dispatched0 Indicates that call was sucessfully queued/dispatched for processing by remote server
DispatchError1 Indicates that operation failed locally because the communication stack is overloaded or some other internal error occured
Timeout2 Indicates that operation timed out before it could be completed
ResponseOK3 Indicates that response came with payload that does not contain error
ResponseError4 Remote server returned response with exception
See Also