The header file "vbsecminors.h" needs to be included for ERROR_IDs to be made available. Then, in the code, you can use
vbsec::MinorCodes::<ERROR_ID>.
For example, vbsec::MinorCodes::ERROR_PARSING_CERTIFICATE helps to identify a given error (returned in the form of minor code as part of a CORBA system exception).
For example, com.borland.security.util.MinorCodes.ERROR_PARSING_CERTIFICATE can be used to identify a given error (returned in the form of minor code as part of a CORBA system exception).
The static method String getMinorCodeDescription (int minor) of class
com.borland.security.util.MinorCodesUtil can be used to fetch the brief textual description of the error code.