| Return Code | Short Error Description
| Possible Reason for Error |
26001 |
OUT_OF_MEMORY |
Out of Memory. |
|
26002 |
ACCESSELEMENTS |
Error accessing the elements in portable spec file. |
|
26003 |
ADDCHILD |
Error adding a child object instance. |
|
26004 |
ADDFIELD |
Error adding a field. |
|
26005 |
ADDMAPEXPR |
Error adding a map expression |
|
26006 |
ADDOPTION |
Error adding an option |
|
26007 |
ADDSOURCE |
Error adding a source. |
|
26008 |
ADDTARGET |
Error adding a target. |
|
26009 |
BUFFER_OVERFLOW |
Buffer Overflow. |
|
26010 |
COULDNOTOPENCONTAINER |
Could not open the portable spec file |
|
26011 |
COULDNOTOPENELEMENT |
Could not open an element in the portable spec file. |
|
26012 |
EMPTY_LIST |
List is empty. |
|
26013 |
GETOBJECT |
Error getting access to an object instance. |
|
26014 |
HANDLE_NOT_FOUND |
Object Handle not found. |
|
26015 |
HANDLE_NOT_UNIQUE |
Object Handle not unique. |
|
26016 |
INSERT_FAILED |
An insert into a list failed. |
|
26017 |
INVALID_OBJECTNAME |
Invalid Object Name. |
|
26018 |
INVALIDATTRIBUTE |
Invalid Attribute. |
|
26019 |
INVALIDBIND |
Invalid Bind of source to target. |
|
26020 |
INVALIDFIELD |
Invalid Field. |
|
26021 |
INVALIDMAPEXPR |
Invalid Map Expression. |
|
26022 |
INVALIDOPTION |
Invalid Option. |
|
26023 |
INVALIDSIZE |
The given size is invalid for the element being read. |
|
26024 |
INVALIDSOURCE |
Source is invalid. |
|
26025 |
INVALIDTARGET |
Target is invalid |
|
26026 |
NO_CONVERSION |
No Conversion found |
|
26027 |
NO_SOURCE |
No Source found. |
|
26028 |
NO_SPOKE |
No Spoke found. |
|
26029 |
NO_STRUCTURE |
No Structure found. |
|
26030 |
NO_TARGET |
No Target found. |
|
26031 |
NOELEMENTSINSTORAGE |
No elements in portable spec file. |
|
26032 |
NOELEMENTSTORELEASE |
No elements in portable spec file to release. |
|
26033 |
NOMEMORYALLOC |
No Memory has been allocated. |
|
26034 |
NOVALUEEXISTS |
Value not found. |
|
26035 |
OBJECTEXISTS |
Object Exists. |
|
26036 |
OBJECTTYPE |
Invalid Object Type. |
|
26037 |
OBJTYPENOTSUPPORTED |
Object Type is not supported. |
|
26038 |
READELEMENT |
Error reading an element in the portable spec file. |
|
26039 |
READINGELEMENTS |
Error reading the next element in the portable spec file. |
|
26040 |
REMOVECHILD |
Error removing a child object instance. |
|
26041 |
REMOVEFIELD |
Error removing a field. |
|
26042 |
REMOVEMAPEXPR |
Error removing a map expression |
|
26043 |
REMOVEOPTION |
Error removing an option. |
|
26044 |
REMOVESOURCE |
Error removing a source. |
|
26045 |
REMOVESTRUCTURE |
Error removing a structure. |
|
26046 |
REMOVETARGET |
Error removing a target. |
|
26047 |
SETTINGINTERFACE |
Error setting the Interface Type |
|
26048 |
UNKNOWN_SOURCE_SPOKE _TYPE
|
Source Spoke Type is unknown. |
|
26049 |
UNKNOWN_TARGET_SPOKE_ TYPE
|
Target Spoke Type is unknown. |
|
26050 |
WRITEELEMENT |
Error writing an element to the portable spec file. |
|
26051 |
INVALIDFILTER |
Invalid Filter Expression. |
|
26052 |
ADDFILTER |
Error adding a Filter Expression |
|
26053 |
REMOVEFILTER |
Error removing a Filter Expression. |
|
26054 |
INVALID_SAMPLE_TYPE |
Invalid Sample Type. |
|
26055 |
INVALID_CONTAINER |
Invalid portable spec file |
|
26056 |
INVALID_SAMPLE_START |
Invalid Sample Start. |
|
26057 |
INVALID_SAMPLE_COUNT |
Invalid Sample Count. |
|
26058 |
INVALID_SAMPLE_ FREQUENCY
|
Invalid Sample Frequency. |
|
26059 |
INVALID_TYPE_CHANGE |
Invalid Type Change. Changing the source or target type is only supported when creating a default conversion. It is not supported when loading an existing conversion |
|
26060 |
BUFFER_TOO_SMALL |
Memory allocated for the input buffer is too small for the value to be returned. The value will be truncated |
|
26061 |
FIELD_MISMATCH |
A field in the target layout of the stored conversion does not match a field in the current target layout. |
|
26062 |
DATATYPE_MISMATCH |
A datatype for a field in the target layout of the stored conversion does not match the data type of the corresponding field in the current target layout. |
|
26063 |
COUNT_GREATER |
The field count of the current target is greater than the field count of the stored target. |
|
26064 |
COUNT_LESS |
The field count of the current target is less than the field count of the stored target. |
|
26065 |
BLANK_RECORDS |
There are no map expressions. This will result in blank records being written to the target. |
|
26066 |
INVALID_SORTFIELD |
An invalid sort field was encountered. |
|
26067 |
ADD_SORTFIELD |
An error occurred trying to add a sort field. |
|
26068 |
REMOVE_SORTFIELD |
An error occurred trying to remove a sort field. |
|
26069 |
INVALID_SOURCE_BROWSER |
Invalid source browser information was encountered. |
|
26070 |
INVALID_TARGET_BROWSER |
Invalid target browser information was encountered. |
|
26071 |
ADD_EVENTACTION |
Error adding event action. |
|
26072 |
INVALIDSTRUCTURE |
Invalid record layout. |
|
26073 |
ADDSTRUCTURE |
Error adding a record layout. |
|
26074 |
ADD_ACTION_PARAMETER |
Error adding an action parameter. |
|
26075 |
INVALID_EVENTACTION |
Invalid event action. |
|
26076 |
INVALID_ACTIONPARM |
Invalid action parameter. |
|
26077 |
ADD_RECORDRULE |
Error adding a record discrimination rule. |
|
26078 |
INVALID_RECORDRULE |
Invalid record discrimination rule. |
|
26079 |
REMOVE_RECORDRULE |
Error removing a record discrimination rule. |
| 26080 | INVALID_WRITE | Returned when trying to write to a container or directory that does not have write access. |