DM_INTERNAL

DM_INTERNAL

;
; Internal errors
;
.facility  DM_INTERNAL
;
; These are the error messages returned for the internal use.
;
.severity WARNING
ERROR_LIST_OVERFLOW I "Error list has overflowed: beyond %d messages. See server log for remaining messages."
;
;CAUSE: This can happen when the error list has overflown during a batch
;  process that a large list of errors are generated. When the error list
;  is flushed, server side errors are recorded in the session log file,
;  client side errors are dropped.
;ACTION: None.
;
.severity ERROR
INVALID_FACILITY I "Invalid Facility from error (%d)\n"
INVALID_ERROR_NO I "Invalid Error no from error (%d)\n"

你可能感兴趣的:(DM_INTERNAL)