Skip to main content

Module error

Module error 

Source
Expand description

XPath error types.

This module defines XPath 2.0 specification error codes as per the W3C XPath 2.0 specification. Error codes follow the pattern:

  • XPST: Static errors detected during parsing/analysis
  • XPDY: Dynamic errors detected during evaluation
  • XPTY: Type errors
  • XQTY: XQuery type errors
  • FORG: Function and operators errors (general)
  • FOAR: Arithmetic errors
  • FOCA: Casting errors
  • FONS: Namespace errors
  • FODT: Date/time errors

Enumsยง

XPathError
XPath-specific error type with W3C specification error codes.