Jonathan Vanasco <[EMAIL PROTECTED]> writes: > Currently , on error, the following return string error messages: > > $req->args_status() > $req->body_status() > $req->param_status()
The returned error scalars are dual-variables, so you can compare them numerically or as strings. We probably just need to export more of the actual error codes via APR::Request::Error. -- Joe Schaefer
