.facility DM_PLATFORM
; These are errors encountered during parsing format strings
.severity TRACE
.severity WARNING
.severity ERROR
MEMORY_EXHAUSTED I "Memory exhausted allocating %d bytes"
SYSTEM_INFO S "An error occured when calling the Operating System: %s"
INTEGER_CONVERSION_ERROR S "The server was unable to convert the following string (%s) to an integer or long."
;
; CAUSE: It may be that the string was not in the range of valid integers of -2147483647 and 2147483647
; ACTION: If the integer is out of range, you may need to use a double datatype if possible. Otherwise
; you should try a smaller integer value.
STACK_OPERATION_INCONSISTENCE SI "Stack operation inconsistency found in File %s, line %d."
;CAUSE: Internal error.
;ACTION: Contact technical support.