.facility DM_VERSION
; These are errors encountered during parsing version strings
.severity TRACE
.severity WARNING
.severity ERROR
MEMORY_EXHAUSTED I "Memory allocation of %d bytes failed"
PARSE_NO_HEADER S "Format string is not parsable: expecting numeric value for version. Format string: %s"
MAJOR_SCALE_BOUNDS_EXCEEDED II "The maximum bounds for a Major revision has been exceeded. Major =%d, Maximum =%d"
MINOR_SCALE_BOUNDS_EXCEEDED II "The maximum bounds for a Minor revision has been exceeded. Minor =%d, Maximum =%d"
MAINT_SCALE_BOUNDS_EXCEEDED II "The maximum bounds for a Maintenence revision has been exceeded. Maintenence =%d, Maximum =%d"
PATCH_SCALE_BOUNDS_EXCEEDED II "The maximum bounds for a Patch revision has been exceeded. Patch =%d, Maximum =%d"