DecoratorError.cpp File Reference

Go to the source code of this file.

Functions

void SetErrorInfo (LPOLESTR desc)
void SetErrorInfo (HRESULT hr, LPOLESTR desc2)
void GetErrorInfo (BSTR *desc)
void GetErrorInfo (HRESULT hr, BSTR *p)

Variables

LPOLESTR common_descs []
LPOLESTR core_descs []
LPOLESTR meta_descs []
LPOLESTR parser_descs []

Function Documentation

void GetErrorInfo ( HRESULT  hr,
BSTR *  p 
)

Definition at line 172 of file DecoratorError.cpp.

void GetErrorInfo ( BSTR *  desc  ) 

Definition at line 154 of file DecoratorError.cpp.

void SetErrorInfo ( HRESULT  hr,
LPOLESTR  desc2 
)

Definition at line 125 of file DecoratorError.cpp.

void SetErrorInfo ( LPOLESTR  desc  ) 

Definition at line 104 of file DecoratorError.cpp.


Variable Documentation

LPOLESTR common_descs[]
Initial value:
 
{
        OLESTR("Improper use of object"),
        OLESTR("Unknown exception"),
        OLESTR("Data conversion has failed"),
        OLESTR("Requested != count in GetAll"),
        OLESTR("[out] parameter is not empty"),
        OLESTR("Passed interface is not from the same project"),
        OLESTR("Object was not found"),
        OLESTR("File could not be opened"),
        OLESTR("VERIFY has failed"),
        OLESTR("COMTHROW test exception throwed"),
}

Definition at line 49 of file DecoratorError.cpp.

LPOLESTR core_descs[]
Initial value:
 
{
        OLESTR("Object is locked by another Core component"),
        OLESTR("Lock value in Storage is invalid"),
        OLESTR("Attribute is not found"),
        OLESTR("Meta object is not found"),
        OLESTR("Meta project is invalid"),
        OLESTR("Invalid response from Repository"),
        OLESTR("CoreProject - CoreMetaProject mismatch"),
        OLESTR("Object is deleted or unloaded (zombie)"),
        OLESTR("Invalid ValueType"),
        OLESTR("No active transaction"),
        OLESTR("Object already exists"),
        OLESTR("No Territory has been selected"),
        OLESTR("Object is not locked"),
        OLESTR("Invalid data in Repository"),
        OLESTR("Cannot delete Object, has nonempty collection"),
        OLESTR("Cannot resolve the connection string"),
        OLESTR("Invalid binary file storage"),
        OLESTR("Project has no name"),
}

Definition at line 63 of file DecoratorError.cpp.

LPOLESTR meta_descs[]
Initial value:
 
{
        OLESTR("Invalid ATTVAL type"),
        OLESTR("MetaProject is not open"),
        OLESTR("Invalid Path"),

}

Definition at line 85 of file DecoratorError.cpp.

LPOLESTR parser_descs[]
Initial value:
 
{
        OLESTR("Invalid DTD file"),
        OLESTR("Invalid GUID"),
        OLESTR("Invalid XML filename"),
        OLESTR("Invalid MGA object"),
        OLESTR("Invalid META object"),
        OLESTR("Too many passes while parsing the XML file"),

}

Definition at line 93 of file DecoratorError.cpp.

Generated on Thu May 30 15:42:56 2013 for GME by  doxygen 1.6.3