aboutsummaryrefslogtreecommitdiffstats
path: root/operation-utils/src/main/resources/GenericMessages.yaml
blob: df592e25b42a662d4da330d1b2e55c8bd22cd4c1 (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
26
27
28
29
30
31
32
33
34
35
36
GENERAL_ERROR:
  errorCode: ECOMP-GENERAL-ERROR-5403
  messageFormat: '{0}'
  resolution: Please check other logs for more detailed info
  description: General error
GENERAL_INFO:
  errorCode: ECOMP-GENERAL-INFO-5401
  messageFormat: '{0}'
  resolution: Please check other logs for more detailed info
  description: General info
GENERAL_WARNING:
  errorCode: ECOMP-GENERAL-WARNING-5402
  messageFormat: '{0}'
  resolution: Please check other logs for more detailed info
  description: General warning
METRICS_END:
  errorCode: ECOMP-GENERAL-5404
  messageFormat: Exiting method
  resolution: No resolution needed
  description: Exiting method
AUDIT_END:
  errorCode: ECOMP-GENERAL-5404
  messageFormat: Exiting method
  resolution: No resolution needed
  description: Exiting method
AUDIT_BEGIN:
  errorCode: ECOMP-GENERAL-5403
  messageFormat: Entering method
  resolution: No resolution needed
  description: Entering method
METRICS_BEGIN:
  errorCode: ECOMP-GENERAL-5403
  messageFormat: Entering method
  resolution: No resolution needed
  description: Entering method