Skip to content

Enum: WindowsServiceErrorControlIdEnum

The normalized identifier of the service error control.

URI: ocsf:WindowsServiceErrorControlIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None The service error control is unknown
IGNORE None The startup program ignores the error and continues the startup operation
NORMAL None The startup program logs the error in the event log but continues the startup
SEVERE None The startup program logs the error in the event log
CRITICAL None The startup program logs the error in the event log, if possible
OTHER None The service error control is not mapped

Slots

Name Description
service_error_control_id The normalized identifier of the service error control

Identifier and Mapping Information

Schema Source

LinkML Source

name: WindowsServiceErrorControlIdEnum
description: The normalized identifier of the service error control.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: The service error control is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  IGNORE:
    text: IGNORE
    description: The startup program ignores the error and continues the startup operation.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Ignore
  NORMAL:
    text: NORMAL
    description: 'The startup program logs the error in the event log but continues
      the startup

      operation.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Normal
  SEVERE:
    text: SEVERE
    description: 'The startup program logs the error in the event log. If the last-known-good

      configuration is being started, the startup operation continues. Otherwise,
      the

      system is restarted with the last-known-good configuration.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Severe
  CRITICAL:
    text: CRITICAL
    description: 'The startup program logs the error in the event log, if possible.
      If the

      last-known-good configuration is being started, the startup operation fails.

      Otherwise, the system is restarted with the last-known good configuration.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: Critical
  OTHER:
    text: OTHER
    description: 'The service error control is not mapped. See the

      <code>service_error_control</code> attribute, which contains an event source

      specific value.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other