---
title: DOMXPathExceptionCode
framework: webkit
role: symbol
role_heading: Structure
path: webkit/domxpathexceptioncode
---

# DOMXPathExceptionCode

## Declaration

```swift
struct DOMXPathExceptionCode
```

## Topics

### Constants

- [DOM_INVALID_EXPRESSION_ERR](webkit/dom_invalid_expression_err.md)
- [DOM_TYPE_ERR](webkit/dom_type_err.md)

### Initializers

- [init(_:)](webkit/domxpathexceptioncode/init(_:).md)
- [init(rawValue:)](webkit/domxpathexceptioncode/init(rawvalue:).md)

### Instance Properties

- [rawValue](webkit/domxpathexceptioncode/rawvalue.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)

## See Also

### Data Types

- [DOMTimeStamp](webkit/domtimestamp.md)
- [DOMEventExceptionCode](webkit/domeventexceptioncode.md)
- [DOMExceptionCode](webkit/domexceptioncode.md)
- [DOMRangeExceptionCode](webkit/domrangeexceptioncode.md)
