Enum SeverityLevel
Enum represents 3 possible levels associated with a status or a state.
Namespace: Unity.Services.DeploymentApi.Editor
Assembly: Unity.Services.DeploymentApi.dll
Syntax
public enum SeverityLevel
Fields
Name | Description |
---|---|
Error | Error. |
Info | Info. |
None | None. |
Success | Success. |
Warning | Warning. |