X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=templates%2Fdefault_rpc%2Frpc_response_error.tpl;h=88f8a8a3814f90cdaf2a6136cea6423ef762be41;hp=a7b5b55141857e652514f2d58efd074807dc3f47;hb=71b1fa50a4d471cac4fbbc25be5c7f0f0e0acf51;hpb=3159264522d1863a83aad9fdbb36a228f3822ac4 diff --git a/templates/default_rpc/rpc_response_error.tpl b/templates/default_rpc/rpc_response_error.tpl index a7b5b551..88f8a8a3 100644 --- a/templates/default_rpc/rpc_response_error.tpl +++ b/templates/default_rpc/rpc_response_error.tpl @@ -3,18 +3,24 @@ /** * rpc_response_error.tpl * - * Template for constructing an error response to a remote - * procedure call. + * Template for constructing a standard (SOAP-compliant) + * response to an errant remote procedure call. * * The following variables are available in this template: - * + $error_code - The numeric error code associated with the + * + * string $rpc_action The RPC action being handled + * int $error_code The numeric error code associated with the * current error condition - * + $error_text - Any error message associated with the current - * error condition (optional; may not be present) + * string $error_text Any error message associated with the + * current error condition (optional; may not be + * present) + * string $guilty_party A string indicating the party who caused the + * error: either "client" or "server" (optional; + * may not be present) * - * @copyright © 1999-2007 The SquirrelMail Project Team + * @copyright 1999-2012 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License - * @version $Id: rpc_response_error.tpl 12111 2007-01-11 08:05:51Z pdontthink $ + * @version $Id$ * @package squirrelmail * @subpackage templates */ @@ -25,11 +31,20 @@ extract($t); -/*echo '';*/ -echo ''; -?> - - ERROR - - - +echo ''; ?> + + + + + + + + soap: + + + + + + + +