Custom Web Publishing Guide

Table Of Contents
Appendix B
|
Error codes for Custom Web Publishing 111
For information on how to set the Web Publishing Engine into Development or Production mode, see
FileMaker Server Advanced Web Publishing Installation Guide.
Error code numbers for the FileMaker XSLT extension functions
The fmxslt:check_error_status() extension function (see “Checking the error status of extension functions” on
page 76), returns one of the errors in the following table:
Error code value Description
-1 Unknown error
0 No error
General Errors
10000 Invalid header name
10001 Invalid HTTP status code
Session Errors
10100 Unknown session error
10101 Requested session name is already used
10102 Session could not be accessed - maybe it does not exist
10103 Session has timed out
10104 Specified session object does not exist
Messaging Errors
10200 Unknown messaging error
10201 Message formatting error
10202 Message SMTP fields error
10203 Message “To Field” error
10204 Message “From Field” error
10205 Message “CC Field” error
10206 Message “BCC Field” error
10207 Message “Subject Field” error
10208 Message “Reply-To Field” error
10209 Message body error
10210 Recursive mail error - attempted to call send_email() inside an email XSLT stylesheet
10211 SMTP authentication error - either login failed or wrong type of authentication provided
10212 Invalid function usage - attempted to call set_header(), set_status_code() or set_cookie()
inside an email XSLT stylesheet
10213 SMTP server is invalid or is not working.