Explanation | An error occurred in supporting code. That code has logged more specific information. |
Action | Check the server log for messages prior to this one with more specific information. |
Explanation | The specified error was encountered while attempting to write to the log. |
Action | Determine what action to take based on the specific logged error. For example, if it indicates a lack of disk space, free some disk space. |
Explanation | An attempt to add a handler class to the analytics mapping failed with the indicated error. |
Action | Determine what action to take based on the specific logged error. For example, if it indicates "Class not found" make sure the desired class is accessible. |
Explanation | An exception occurred in the specified handler class. |
Action | Determine what action to take based on the specific logged exception. |
Explanation | A client submitted a request to be logged. The specified portion of the request was improperly formatted so the request has been rejected. |
Action | Customer support for the client application should be contacted and informed of the error. The client application should be corrected. |
Explanation | A client submitted a request to be logged. The specified portion of the request was improperly formatted. |
Action | Customer support for the client application should be contacted and informed of the error. The client application should be corrected. |
Explanation | A client submitted a request to be logged. The specified mandatory parameter was missing from the request so the request has been rejected. |
Action | Customer support for the client application should be contacted and informed of the error. The client application should be corrected. |
Explanation | A request sent to the service was missing a critical parameter. The request was rejected. |
Action | Customer support for the client application should be contacted and informed of the error. The client application should be corrected. |