Enum FaultStatus
Specifies the fault status.
Namespace: SdlSdl.LanguagePlatformCore
Assembly: Sdl.LanguagePlatform.Core.dll
Syntax
[DataContract]
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. |