Enum FaultStatus
Specifies the fault status.
Namespace: Sdl.LanguagePlatform.Core
Assembly: Sdl.LanguagePlatform.Core.dll
Syntax
public enum FaultStatus
Fields
| Name | Description |
|---|---|
| Error | The operation generated an error. |
| Fatal | The operation crashed or generated a fatal error. |
| Success | The operation was successfully executed. |
| Warning | The operation generated a warning. |