---
title: DOMRangeExceptionCode
framework: webkit
role: symbol
role_heading: Structure
path: webkit/domrangeexceptioncode
---

# DOMRangeExceptionCode

## Declaration

```swift
struct DOMRangeExceptionCode
```

## Topics

### Constants

- [DOM_BAD_BOUNDARYPOINTS_ERR](webkit/dom_bad_boundarypoints_err.md)
- [DOM_INVALID_NODE_TYPE_ERR](webkit/dom_invalid_node_type_err.md)

### Initializers

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

### Instance Properties

- [rawValue](webkit/domrangeexceptioncode/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)
- [DOMXPathExceptionCode](webkit/domxpathexceptioncode.md)
