ClarinException
extends SruException
in package
Description of ClarinException
Tags
Table of Contents
Constants
- NAMESPACE = 'http://clarin.eu/fcs/diagnostic/'
Properties
- $exceptions : array<string|int, string>
- List of all SRU diagnostic codes.
Methods
- appendToXmlNode() : void
Constants
NAMESPACE
public
mixed
NAMESPACE
= 'http://clarin.eu/fcs/diagnostic/'
Properties
$exceptions
List of all SRU diagnostic codes.
private
static array<string|int, string>
$exceptions
= ['1' => 'Persistent identifier passed by the Client for restricting the search is invalid.', '2' => 'Resource set too large. Query context automatically adjusted.', '3' => 'Resource set too large. Cannot perform Query.', '4' => 'Requested Data View not valid for this resource.', '10' => 'General query syntax error.', '11' => 'Query too complex. Cannot perform Query.', '12' => 'Query was rewritten.', '14' => 'General processing hint.']
See https://www.loc.gov/standards/sru/diagnostics/diagnosticsList.html
Methods
appendToXmlNode()
public
appendToXmlNode(DOMNode $node, string $namespace) : void
Parameters
- $node : DOMNode
- $namespace : string