summaryrefslogtreecommitdiffstats
path: root/common-app-api/src/test/resources/config/common/ecomp-error-configuration.yaml
blob: 64bd77e0bb1f69d14d761d330acb5489db14add1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
errors:

  BeRestApiGeneralError: {
    type: SYSTEM_ERROR,
    code: ASDC_4000,
    severity: ERROR,
    description: "Unexpected error during BE REST API execution",
    alarmSeverity: CRITICAL
  }

  BeHealthCheckError: {
    type: SYSTEM_ERROR,
    code: ASDC_3010,
    severity: ERROR,
    description: "Error during BE Health Check",
    alarmSeverity: CRITICAL
  }

  BeInitializationError: {
    type: SYSTEM_ERROR,
    code: ASDC_4019,
    severity: ERROR,
    description: "Catalog-BE was not initialized properly",
    alarmSeverity: CRITICAL
  }