Click or drag to resize

StatusResult Enumeration

Result of an operation

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public enum StatusResult
Members
Member nameValueDescription
Success0 Successful completion of operation
PartialSuccess1 A portion of the request completed successfully (another portion did not). Where applicable, the response message will contain details on the portion that did not succeed.
Failed2 Operation was not completed successfully
Warning3 Operation successful but with warning(s)
See Also