This structure returns the errors for each member when verifying an outline. The errors are bit field values returned in a 32-bit status word. Each error value corresponds to a function call error return value described in the Error Return Values table.
Type ESB_OUTERROR_T hMember As Long ulErrors As Long End Type
Data Type | Field | Description |
Long | hMember | Handle to member with errors. |
Long | ulErrors | Bitmask of errors for the member. It can be any combination of the following values: ESB_OUTERROR_ALIASSHARED ESB_OUTERROR_BADCATEGORY ESB_OUTERROR_BADSHARE ESB_OUTERROR_BADSKIP ESB_OUTERROR_BADSTORAGE ESB_OUTERROR_BADSTORAGECATEGORY ESB_OUTERROR_BADTIMEBAL ESB_OUTERROR_CURTOOMANYDIMS ESB_OUTERROR_DUPGENLEVNAME ESB_OUTERROR_DUPLICATEALIAS ESB_OUTERROR_DUPLICATENAME ESB_OUTERROR_ILLEGALALIASSTRING ESB_OUTERROR_ILLEGALCOMBOALIAS ESB_OUTERROR_ILLEGALCURRENCY ESB_OUTERROR_ILLEGALDEFALIAS ESB_OUTERROR_ILLEGALNAME ESB_OUTERROR_ILLEGALTAG ESB_OUTERROR_LEAFLABEL ESB_OUTERROR_MEMBERCALC ESB_OUTERROR_NOSHAREPROTO ESB_OUTERROR_NOTIMEDIM ESB_OUTERROR_SHAREDMEMBERFORMULA ESB_OUTERROR_SHARENOTLEVEL0 ESB_OUTERROR_SHAREUDA ESB_OUTERROR_TIMESPARSE |