Error

Top  Previous  Next

Message

 

Error: <report> [<timestamp>]

 

Originator

 

Server

 

Details

 

This will be generated (on the main socket) in response to commands that fail. In general if you receive a SyntaxError, there is probably a programming fault – the command did not make sense to the server. If you receive an Error, the command made sense but did not succeed.

 

SDK Control

 

WhiskerError fires (Visual Basic: calls Control_WhiskerError Sub), with the ErrorMessage and Time parameters set to the appropriate values.

 

ClientLib

 

virtual CWhiskerTask::IncomingError() is called – if your task overrides this function, the override will be called with the strMessage and lTime parameters set to the appropriate values.

 

Revision history

 

Implemented in WhiskerServer version 1.

 

Example

 

Error: LineReadState attempted on a line you do not own.