Public Attributes

ACSErr::ErrorTrace Struct Reference

import "acserr.idl";

List of all members.

Public Attributes

string file
long lineNum
string routine
string host
string process
string thread
unsigned long long timeStamp
string sourceObject
ACSErr::ACSErrType errorType
ACSErr::ErrorCode errorCode
ACSErr::Severity severity
string shortDescription
NameValueSeq data
ErrorLinkedList previousError

Detailed Description

structure contains error information (error stack). It is defined in IDL that can be used for transfer error information between CORBA objects.


Member Data Documentation

container for pair(s) name-value

error code

error type (group)

file name

host name

line number

previos error(s) (error stack)

process name or PID

routine

error severity

short description of the error

source object

thread name or its ID

unsigned long long ACSErr::ErrorTrace::timeStamp

time stamp in 100 ns


The documentation for this struct was generated from the following file: