Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members
DsLogNotification::ProcessingErrorAlarm Struct Reference
A processing error alarm event is generated by a log factory if one of its logs has generated an error.
More...
import "DsLogNotification.idl";
List of all members.
Detailed Description
A processing error alarm event is generated by a log factory if one of its logs has generated an error.
This structure contains the following information:
- The
error_num
field indicates the error number associated with the error. The high order 20 bits contain a 20-bit vendor specific error id (VSEID); the low order 12 bits contain the rest of the error number. - The
error_string
field contains a textual description of the error.
Member Data Documentation
long DsLogNotification::ProcessingErrorAlarm::error_num
|
|
string DsLogNotification::ProcessingErrorAlarm::error_string
|
|
