Support

>  FAQ
>  Documentation
>  Ask Us!

 

Free Tools

>  Free Components
>  Free Sourcecode
>  IIS Development

 

Service

>  Über uns
>  Referenzen
>  Kontaktinformationen
>  Anfrageformular

Home | Support Central | About Us  

FAQ: Do you have a list of error codes returned by AspTear?

The following constant definitions are the error codes that can be returned by AspTear:

Const ERR_TIMEOUT = 20         ' page request timed out
Const ERR_WRONG_SERVICE = 21   ' URL could not be parsed
Const ERR_WRITE_OP_FAILED = 22 ' writing the file on .Save failed
Const ERR_CREATEF_FAILED = 23  ' creating the file on .Save failed
Const ERR_REDIR_WOUT_LOC = 24  ' redirect was requested, no destination supplied
Const ERR_REDIR_WITH_LOC = 25  ' redirect was requested, destination was supplied
Const ERR_LICENSE = 26         ' license is invalid
Const ERR_NOT_CLASSIFIED = 2   ' check Err.Description for network error

Please see also What error codes can be returned from a remote Web server?

 
 
© 1999-2021 AlphaSierraPapa. All Rights Reserved.
Back to the top.