Result of an operation
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
SyntaxPublic Enumeration StatusResult
MembersMember name | Value | Description |
---|
Success | 0 |
Successful completion of operation
|
PartialSuccess | 1 |
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.
|
Failed | 2 |
Operation was not completed successfully
|
Warning | 3 |
Operation successful but with warning(s)
|
See Also