Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 195 Bytes

service_error.md

File metadata and controls

11 lines (10 loc) · 195 Bytes

SERVICE_ERROR

public enum SERVICE_ERROR : uint
{
    SERVICE_ERROR_CRITICAL = 3U,
    SERVICE_ERROR_IGNORE = 0U,
    SERVICE_ERROR_NORMAL = 1U,
    SERVICE_ERROR_SEVERE = 2U,
}