document the soapError template variable

This commit is contained in:
Colin Kuskie 2006-12-31 04:21:29 +00:00
parent c5d862fb8e
commit 9f93b16353
2 changed files with 11 additions and 3 deletions

View file

@ -100,12 +100,15 @@ our $HELP = {
{
'name' => 'disableWobject'
},
{
'name' => 'numResults'
},
{
'name' => 'soapError'
},
{
'name' => 'results',
'variables' => [
{
'name' => 'numResults'
},
{
'name' => 'firstPage'
},

View file

@ -300,6 +300,11 @@ names set for them by the SOAP server (i.e. perhaps "localTime" for a time query
lastUpdated => 1033575504
},
'soapError' => {
message => q|If there were errors while fetching the SOAP|,
lastUpdated => 1167532858
},
};
1;