Stores Cairngorm message codes.
All messages/error codes must match the regular expression:
C\d{4}[EWI]
-
The application prefix e.g. 'C'.
-
A four-digit error code that must be unique.
-
A single character severity indicator (E: error, W: warning, I: informational).