<< Click to Display Table of Contents >>

ZFLOGO2

Enum Zf­Err

 


 

Enum ZfErr

 zfErrE_INVALID_PARAM= &H8004F700

 zfErrE_NOT_INIT  = &H8004F701

 zfErrE_INIT_FAIL = &H8004F702

 zfErrE_INVALID_ZF_INIT_FILE  = &H8004F703

 zfErrE_INVALID_ZF_USER = &H8004F704

 zfErrE_CANNOT_LOG_ON= &H8004F705

 zfErrE_CANT_LOG_ON  = zfErrE_CANNOT_LOG_ON

 zfErrE_PATH_NOT_FOUND  = &H8004F706

 zfErrE_TOO_MANY_FILES  = &H8004F707

 zfErrE_FILE_CREATE_ERROR  = &H8004F708

 zfErrE_FILE_OPEN_ERROR = &H8004F709

 zfErrE_FILE_ERROR= &H8004F70A

 zfErrE_FILE_NOT_FOUND  = &H8004F70B

 zfErrE_SERVER_NOT_RUNNING = &H8004F70C

 zfErrE_INVALID_DATA_FORMAT= &H8004F70D

 zfErrE_MSG_UNKNOWN  = &H8004F70E

 zfErrE_MSG_NOT_COMPLETED  = &H8004F70F

 zfErrE_MSG_EXISTS= &H8004F710

 zfErrE_INFO_FILE_OPEN_ERROR  = &H8004F711

 zfErrE_INFO_FILE_ERROR = &H8004F712

 zfErrE_INFO_FILE_INVALID  = &H8004F713

 zfErrE_CANNOT_SUBMIT= &H8004F714

 zfErrE_CANT_SUBMIT_REQUEST= zfErrE_CANNOT_SUBMIT

 zfErrE_BUFFER_TOO_SMALL= &H8004F715

 zfErrE_SUBMIT_FILE_INVALID= &H8004F716

 zfErrE_CANNOT_READ_MSG_DEFAULTS = &H8004F717

 zfErrE_CANT_READ_MSG_DEFAULTS= zfErrE_CANNOT_READ_MSG_DEFAULTS

 zfErrE_CONTROL_FILE_OPEN_ERROR  = &H8004F718

 zfErrE_CONTROL_FILE_ERROR = &H8004F719

 zfErrE_CONTROL_FILE_INVALID  = &H8004F71A

 zfErrE_SERVER_RUNNING  = &H8004F71B

 zfErrE_NO_START_SYSMAN = &H8004F71C

 zfErrE_SERVER_INI_FILE_ERROR = &H8004F71E

 zfErrE_FUNCTION_ABORT  = &H8004F71F

 zfErrE_TIMEOUT_EXPIRED = &H8004F720

 zfErrE_MALLOC_FAILED= &H8004F724

 zfErrE_LICENCE_ERROR= &H8004F725

 zfErrE_API_LICENSE_ERROR  = &H8004F726

 zfErrE_USER_NOT_INIT= &H8004F727

 zfErrE_ACCESSDENIED = &H8004F728

 zfErrE_REGISTRY_ERROR  = &H8004F729

 zfErrE_ACTIVE_DIRECTORY_NOT_PRESENT= &H8004F72A

 zfErrE_ACTIVE_DIRECTORY_ERROR= &H8004F72B

 zfErrE_ACTIVE_DIRECTORY_MISSING_VALUE = &H8004F72C

 zfErrE_FULLCOLLECTION  = &H8004F730

End Enum

 

The ZfErr enumeration specifies the errors returned the API.

 

Members

 

zfErrE_ACCESSDENIED

Access Denied

 

zfErrE_ACTIVE_DIRECTORY_ERROR

Active Directory error

 

zfErrE_ACTIVE_DIRECTORY_MISSING_VALUE

Active Directory value not set

 

zfErrE_ACTIVE_DIRECTORY_NOT_PRESENT

Active Directory server not present

 

zfErrE_API_LICENSE_ERROR

Your Zetafax licence does not permit you to use the API

 

zfErrE_BUFFER_TOO_SMALL

The buffer in which to return data was too small

 

zfErrE_CANNOT_LOG_ON

The user was already logged on or the API cannot access their directories

 

zfErrE_CANNOT_READ_MSG_DEFAULTS

Cannot read user's USER.INI

 

zfErrE_CANNOT_SUBMIT

Error handling .SUB file

 

zfErrE_CONTROL_FILE_ERROR

Error reading/writing CTL file

 

zfErrE_CONTROL_FILE_INVALID

CTL file is corrupt

 

zfErrE_CONTROL_FILE_OPEN_ERROR

The API was unable to open the message's CTL file.

 

zfErrE_FILE_CREATE_ERROR

Too many open files

 

zfErrE_FILE_ERROR

Could not read/write to file

 

zfErrE_FILE_NOT_FOUND

The file could not be found

 

zfErrE_FILE_OPEN_ERROR

Could not open file

 

zfErrE_FULLCOLLECTION

The collection is full

 

zfErrE_FUNCTION_ABORT

The function failed because a user defined callback function returned "Abort and Stop" status

 

zfErrE_INFO_FILE_ERROR

Error updating/accessing MSGDIR.CTL

 

zfErrE_INFO_FILE_INVALID

MSGDIR.CTL is invalid

 

zfErrE_INFO_FILE_OPEN_ERROR

Could not open MSGDIR.CTL

 

zfErrE_INIT_FAIL

The API failed to initialise

 

zfErrE_INVALID_DATA_FORMAT

The data file format specified is not recognised

 

zfErrE_INVALID_PARAM

An invalid parameter was passed to the Zetafax API

 

zfErrE_INVALID_ZF_INIT_FILE

The API had problems reading ZETAFAX.INI

 

zfErrE_INVALID_ZF_USER

An attempt was made to log on to the API with an invalid user

 

zfErrE_LICENCE_ERROR

The API Could not find the Zetafax licence

 

zfErrE_MALLOC_FAILED

The API ran out of memory.

 

zfErrE_MSG_EXISTS

This message already exists

 

zfErrE_MSG_NOT_COMPLETED

An attempt was made to modify a message that wasn't completed

 

zfErrE_MSG_UNKNOWN

The specified message could not be found

 

zfErrE_NOT_INIT

A call was made to the API when it had not been initialised with a call to ZfAPI.Logon

 

zfErrE_NO_START_SYSMAN

The API could not launch SYSMAN.EXE

 

zfErrE_PATH_NOT_FOUND

The API was passed an invalid path

 

zfErrE_REGISTRY_ERROR

Registry Error

 

zfErrE_SERVER_INI_FILE_ERROR

Problems accessing SETUP.INI

 

zfErrE_SERVER_NOT_RUNNING

The Zetafax server isn't running

 

zfErrE_SERVER_RUNNING

The Zetafax server is running

 

zfErrE_SUBMIT_FILE_INVALID

One or more lines in the specified .SUB file were invalid

 

zfErrE_TIMEOUT_EXPIRED

The specified function did not complete within the timeout period

 

zfErrE_TOO_MANY_FILES

There are too many files in this directory

 

zfErrE_USER_NOT_INIT

The API couldn't find the user of this session

 

Remarks

 

The error number may be returned as an IDispatch error. To see how these numbers map to the IDispatch errors and Zetafax's C API errors see the page Errors