changeset 80:cf3564c78189

Added Error value in ECode
author Zoltan K.
date Sun, 04 Apr 2010 18:38:58 +0200
parents bf311f8f6f57
children f8715c806d1c
files include/handler/IHandler.hpp
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/include/handler/IHandler.hpp	Fri Apr 02 12:50:05 2010 +0200
+++ b/include/handler/IHandler.hpp	Sun Apr 04 18:38:58 2010 +0200
@@ -28,7 +28,8 @@
                 Ok,             /**< It works ! */
                 Decline,        /**< No treatment performed */
                 ClientError,    /**< Client error, module must have set the correct error code in the response headers. */
-                ServerError     /**< Server error, module must have set the correct error code in the response headers. */
+                ServerError,    /**< Server error, module must have set the correct error code in the response headers. */
+                Error           /**< Error happened after data was written to the out stream */
             };
 
             /**