Additional Error Codes of the Storage API

Note: The constants all begin with LL_ERR_STG_, i.e. the entry NOSTORAGE corresponds to the constant LL_ERR_STG_NOSTORAGE.

 

Value

Meaning

NOSTORAGE (-1000)

The file is not a List & Label preview file.

BADVERSION (-1001)

The version number of the preview file is incompatible.

READ (-1002)

Error reading preview file.

WRITE (-1003)

Error writing preview file.

UNKNOWNSYSTEM (-1004)

Unknown preview file format for the storage system.

BADHANDLE (-1005)

Bad parameter (invalid metafile handle).

ENDOFLIST (-1006)

LlStgsysGetFilename(): page not found.

BADJOB (-1007)

LlStgsysxxx(): job not found.

ACCESSDENIED (-1008)

Storage has been opened with ReadOnly flag and cannot permit write access.

BADSTORAGE (-1009)

Internal error in preview file, or empty file.

CANNOTGETMETAFILE (-1010)

LlStgsysDrawPage(): metafile could not be created (possibly defective preview file).

OUTOFMEMORY (-1011)

Not enough memory for current operation.

SEND_FAILED (-1012)

Error whild sending mail. Further information can be found in the debug logfile.

DOWNLOAD_PENDING (-1013)

An action could not be compled because the file to view could not be loaded completely.

DOWNLOAD_FAILED (-1014)

An action could not be compled because the attempt to load the file failed.

WRITE_FAILED (-1015)

Write or access error when saving a file.

UNEXPECTED (-1016)

Unexpected error. Further information will be displayed.

CANNOTCREATEFILE (-1017)

Write or access error when saving a file.

INET_ERROR (-1019)

Unexpected error. Further information will be displayed.

SEND_FAILED_NEED_OAUTH2_TOKEN (-1021)

Returned if the SMTP server provides OAuth2 authentication, no other login works and no token was passed via "Export.Mail.SMTP.OAuth2.BearerToken".