<< Click to Display Table of Contents >>
Error Codes
This document explains what various errors returned by the COM API mean:
Error Name |
Zetafax Error |
Dispatch Error |
COM error |
Error description |
E_INVALID_PARAM |
0xF700 |
62720 |
0x8004F700 |
An invalid parameter was passed to the Zetafax |
APIE_NOT_INIT |
0xF701 |
62721 |
0x8004F701 |
A call was made to the API when it had not been initialised with a call to ZfAPI.Logon |
E_INIT_FAIL |
0xF702 |
62722 |
0x8004F702 |
The API failed to initialise |
E_INVALID_ZF_INIT_FILE |
0xF703 |
62723 |
0x8004F703 |
The API had problems reading ZETAFAX.INI |
E_INVALID_ZF_USER |
0xF704 |
62724 |
0x8004F704 |
An attempt was made to log on to the API with an invalid user |
E_CANNOT_LOG_ON |
0xF705 |
62725 |
0x8004F705 |
The user was already logged on or the API cannot access their directories |
E_PATH_NOT_FOUND |
0xF706 |
62726 |
0x8004F706 |
The API was passed an invalid path |
E_TOO_MANY_FILES |
0xF707 |
62727 |
0x8004F707 |
There are too many files in this directory |
E_FILE_CREATE_ERROR |
0xF708 |
62728 |
0x8004F708 |
Too many open files |
E_FILE_OPEN_ERROR |
0xF709 |
62729 |
0x8004F709 |
Could not open file |
E_FILE_ERROR |
0xF70A |
62730 |
0x8004F70A |
Could not read/write to file |
E_FILE_NOT_FOUND |
0xF70B |
62731 |
0x8004F70B |
The file could not be found |
E_SERVER_NOT_RUNNING |
0xF70C |
62732 |
0x8004F70C |
The Zetafax server isn't running |
E_INVALID_DATA_FORMAT |
0xF70D |
62733 |
0x8004F70D |
The data file format specified is not recognised |
E_MSG_UNKNOWN |
0xF70E |
62734 |
0x8004F70E |
The specified message could not be found |
E_MSG_NOT_COMPLETED |
0xF70F |
62735 |
0x8004F70F |
An attempt was made to modify a message that wasn't completed |
E_MSG_EXISTS |
0xF710 |
62736 |
0x8004F710 |
This message already exists |
E_INFO_FILE_OPEN_ERROR |
0xF711 |
62737 |
0x8004F711 |
Could not open MSGDIR.CTL |
E_INFO_FILE_ERROR |
0xF712 |
62738 |
0x8004F712 |
Error updating/accessing MSGDIR.CTL |
E_INFO_FILE_INVALID |
0xF713 |
62739 |
0x8004F713 |
MSGDIR.CTL is invalid |
E_CANNOT_SUBMIT |
0xF714 |
62740 |
0x8004F714 |
Error handling .SUB file |
E_BUFFER_TOO_SMALL |
0xF715 |
62741 |
0x8004F715 |
The buffer in which to return data was too small |
E_SUBMIT_FILE_INVALID |
0xF716 |
62742 |
0x8004F716 |
One or more lines in the specified .SUB file were invalid |
E_CANNOT_READ_MSG_DEFAULTS |
0xF717 |
62743 |
0x8004F717 |
Cannot read user's USER.INI |
E_CONTROL_FILE_OPEN_ERROR |
0xF718 |
62744 |
0x8004F718 |
The API was unable to open the message's CTL file |
E_CONTROL_FILE_ERROR |
0xF719 |
62745 |
0x8004F719 |
Error reading/writing CTL file |
E_CONTROL_FILE_INVALID |
0xF71A |
62746 |
0x8004F71A |
CTL file is corrupt |
E_SERVER_RUNNING |
0xF71B |
62747 |
0x8004F71B |
The Zetafax server is running |
E_NO_START_SYSMAN |
0xF71C |
62748 |
0x8004F71C |
The API could not launch SYSMAN.EXE |
E_SERVER_INI_FILE_ERROR |
0xF71E |
62750 |
0x8004F71E |
Problems accessing SETUP.INI |
E_FUNCTION_ABORT |
0xF71F |
62751 |
0x8004F71F |
The function failed because a user defined callback function returned "Abort and Stop" status |
E_TIMEOUT_EXPIRED |
0xF720 |
62752 |
0x8004F720 |
The specified function did not complete within the timeout period |
E_MALLOC_FAILED |
0xF724 |
62756 |
0x8004F724 |
The API ran out of memory. |
E_LICENCE_ERROR |
0xF725 |
62757 |
0x8004F725 |
The API Could not find the Zetafax licence |
E_API_LICENSE_ERROR |
0xF726 |
62758 |
0x8004F726 |
Your Zetafax licence does not permit you to use the API |
E_USER_NOT_INIT |
0xF727 |
62759 |
0x8004F727 |
The API couldn't find the user of this session |
E_ACCESSDENIED |
0xF728 |
62760 |
0x8004F728 |
Access Denied |
E_FULLCOLLECTION |
0xF730 |
62768 |
0x8004F730 |
The collection is full
|