| 
Enumerators for DOM Range Exceptions.
 
 
BAD_BOUNDARYPOINTS_ERR:If the boundary-points of a Range do not meet specific requirements. 
 
INVALID_NODE_TYPE_ERR:If the container of an boundary-point of a Range is being set to either a node of an invalid type or a node with an ancestor of an invalid type. 
 
Since: 
DOM Level 2 
 
Enumeration values:
| BAD_BOUNDARYPOINTS_ERR |  |  | INVALID_NODE_TYPE_ERR |  | 
 |