http://www.zorba-xquery.com/modules/oauth/error

Description

Before using any of the functions below please remember to import the module namespace:

import module namespace oerr = "http://www.zorba-xquery.com/modules/oauth/error";

Module that defines the errors raised in Oauth modules.

Author

Stephanie Russell

XQuery version and encoding

xquery version "1.0" encoding "utf-8";

Namespaces

oerrhttp://www.zorba-xquery.com/modules/oauth/error
verhttp://www.zorba-xquery.com/options/versioning

Variables

$oerr:errNS as xs:string

Errors namespace URI.

$oerr:OC001 as xs:QName

xs:QName with namespace URI="http://www.zorba-xquery.com/modules/oauth/errors" and local name 'OC001'. This signing method is not implemented yet.

$oerr:OC002 as xs:QName

xs:QName with namespace URI="http://www.zorba-xquery.com/modules/oauth/errors" and local name 'OC002'. This signing method is not supported.

$oerr:OC003 as xs:QName

xs:QName with namespace URI="http://www.zorba-xquery.com/modules/oauth/errors" and local name 'OC003'. Http 401 error.

$oerr:OC004 as xs:QName

xs:QName with namespace URI="http://www.zorba-xquery.com/modules/oauth/errors" and local name 'OC004'. Http 500 error.

$oerr:OC005 as xs:QName

xs:QName with namespace URI="http://www.zorba-xquery.com/modules/oauth/errors" and local name 'OC004'. Http 500 error.

blog comments powered by Disqus