Class RequestResultEnum
Possible request results
Namespace: Com.Kendox.Dcis.SubSystem.Service.Enumeration
Syntax
public sealed class RequestResultEnum : Enum
Fields
Name | Description |
---|---|
Error | Processing could not be performed because an error was generated |
Invalid | The result is unsuccessful because the correctness check failed |
License | Processing could not be carried out because there is no license or the license has expired |
OnDispose | Processing could not be performed because the system is currently being terminated |
PartialSuccess | Part of processing could not be performed because an error was generated |
Valid | The result is successful |
value__ |