~zorba-coders/zorba/oauth-module-installers

« back to all changes in this revision

Viewing changes to src/com/zorba-xquery/www/modules/oauth/error.xq

  • Committer: William Candillon
  • Date: 2012-04-11 20:22:31 UTC
  • Revision ID: william.candillon@28msec.com-20120411202231-kcpvldn6dkpgymo0
Improve OAuth module.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 : xs:QName with namespace URI="http://www.zorba-xquery.com/modules/oauth/errors" and local name 'err:OC004'. Http 500 error.
53
53
:)
54
54
declare variable $oerr:OC004 as xs:QName := xs:QName("oerr:OC004");
 
55
 
 
56
(:~
 
57
 : xs:QName with namespace URI="http://www.zorba-xquery.com/modules/oauth/errors" and local name 'err:OC004'. Http 500 error.
 
58
:)
 
59
declare variable $oerr:OC005 as xs:QName := xs:QName("oerr:OC005");
 
60
 
 
61
declare function oerr:handle($a, $b, $c, $d)
 
62
{
 
63
  ($a, $b, $c, $d)
 
64
};
 
65