# HG changeset patch # User Zoltan K. # Date 1270399138 -7200 # Node ID cf3564c78189ac6d1b53120fbe547823f6140f54 # Parent bf311f8f6f570cc2a097b87034d202b91af25a0a Added Error value in ECode diff -r bf311f8f6f57 -r cf3564c78189 include/handler/IHandler.hpp --- 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 */ }; /**