document the soapError template variable
This commit is contained in:
parent
c5d862fb8e
commit
9f93b16353
2 changed files with 11 additions and 3 deletions
|
|
@ -100,12 +100,15 @@ our $HELP = {
|
|||
{
|
||||
'name' => 'disableWobject'
|
||||
},
|
||||
{
|
||||
'name' => 'numResults'
|
||||
},
|
||||
{
|
||||
'name' => 'soapError'
|
||||
},
|
||||
{
|
||||
'name' => 'results',
|
||||
'variables' => [
|
||||
{
|
||||
'name' => 'numResults'
|
||||
},
|
||||
{
|
||||
'name' => 'firstPage'
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue