FortiMail
FortiMail provides advanced, multi-layer protection against the full spectrum of email-borne threats
Not applicable
Article Id 197528
Article

The FortiMail AntiSpam mechanism uses a dynamic error reporting scheme. Therefore it is impossible to create a definitive list of log entries

The FortiMail AntiSpam mechanism uses a dynamic error reporting scheme. Therefore it is impossible to create a definitive list of log entries that may be encountered. Errors are logged using the following format:

Error Reporter: [ Title( value ), ] [ Source File Name: ] [ Line Number, ] [ message ] [,etc...]

The "message" field of a log entry will be constructed accordingly based on the following exception values:

ValueNameDescription
0UnknownIndicates a general error that does not fall into one of the following categories.
1NullReferenceIndicates that the caller attempted to use an unitialized referenced object.
2InvalidArgumentAn invalid argument was passed to a function, for example a null pointer was passed.
3OutOfRangeIndicates a caller attempted to access data outside the legal range.
4RunTimeIndicates the called method caught an exception or returned an error value.
5ParseIndicates a problem parsing a data type, e.g. encountered an invalid email address.
6InitializationIndicates an error during variable initialization.