Enum ResultStatus
Indicates the result of a server operation.
Syntax
public enum ResultStatus
Fields
Name | Description |
---|---|
Error | The operation has finihes with an error. |
Success | The operation has successfully ended without any error/warning. |
Warning | The operation has successfully ended with warnings. |