ErrorCode
enum ErrorCode
A collection of error codes.
AbortError = 20
(0x14) The operation was aborted.
AmbiguousOpenTag = 27
(0x1b) Ambiguous open tag.
AnchorNested = 138
(0x8a) Anchor elements cannot be nested.
(0x63) The attribute has already been added.
(0x62) The beginning of a new attribute has been expected.
AttributeNameInvalid = 96
(0x60) The attribute's name contains an invalid character.
(0x61) The attribute's value contains an invalid character.
BlockNotInScope = 43
(0x2b) No block element has been found within the local scope.
BodyClosedWrong = 150
(0x96) The body has been closed wrong.
BodyNotInScope = 42
(0x2a) No body has been found within the local scope.
BodyTagMisplaced = 130
(0x82) The body tag can only be placed once inside the html tag.
BogusComment = 26
(0x1a) Bogus comment.
ButtonInScope = 50
(0x32) No button has been found within the local scope.
CaptionNotInScope = 37
(0x25) No caption has been found within the local scope.
(0x3b) Character reference in attribute contains an invalid character (=).
(0x39) Character reference is an invalid code.
(0x38) Character reference is an invalid number.
(0x37) Character reference within an invalid range.
(0x3a) Character reference is not terminated by a semicolon.
(0x36) Character reference found no semicolon.
(0x35) Character reference found no numbers.
(0x1d) The closing slash has been misplaced.
(0x21) Comment ended with an unexpected character.
CommentEndedWithDash = 32
(0x20) Comment ended with a dash.
CommentEndedWithEM = 31
(0x1f) Comment ended with an exclamation mark.
CurrentNodeIsNotRoot = 145
(0x91) The current node is not the root element.
CurrentNodeIsRoot = 146
(0x92) The current node is the root element.
DataCloneError = 25
(0x19) The object can not be cloned.
DoctypeInvalid = 69
(0x45) The given doctype tag is invalid.
(0x42) Invalid character in the doctype detected.
DoctypeMissing = 71
(0x47) The doctype tag is missing.
DoctypePublicInvalid = 65
(0x41) Invalid character in the public identifier detected.
DoctypeSystemInvalid = 67
(0x43) Invalid character in the system identifier detected.
(0x44) The doctype tag is misplaced and ignored.
DoctypeUnexpected = 70
(0x46) Doctype encountered unexpected character.
(0x40) Doctype unexpected character after the name detected.
(0x50) The double quotation marks have been misplaced.
ElementNotInScope = 52
(0x34) No element has been found within the local scope.
EncodingError = 17
(0x11) The encoding operation (either encoded or decoding) failed.
(0x23) End tags can never be self-closed.
(0x24) End tags cannot carry attributes.
EOF = 2
(0x2) End of file.
FormAlreadyOpen = 148
(0x94) There is already an open form.
(0x97) An expected formatting element has not been found.
FormClosedWrong = 149
(0x95) The form has been closed wrong.
FormInappropriate = 116
(0x74) The given form cannot be placed at the current position.
FormNotInScope = 49
(0x31) No form has been found within the local scope.
FramesetMisplaced = 136
(0x88) The frameset element has been misplaced.
HeadingNested = 137
(0x89) Headings cannot be nested.
HeadingNotInScope = 47
(0x2f) No heading element has been found within the local scope.
HeadTagMisplaced = 128
(0x80) The head tag can only be placed once inside the html tag.
(0x3) Hierarchy request error.
HtmlTagMisplaced = 129
(0x81) The html tag can only be placed once as the root element.
(0x87) An illegal element has been detected in a select.
(0x85) An illegal element has been detected in a table.
ImageTagNamedWrong = 131
(0x83) The image tag has been named image instead of img.
IndexSizeError = 1
(0x1) The index is not in the allowed range.
InputUnexpected = 117
(0x75) The given input cannot be placed at the current position.
InUse = 10
(0xA) The element is already in-use.
InvalidAccessError = 15
(0xF) The object does not support the operation or argument.
InvalidCharacter = 5
(0x5) Invalid character detected.
(0xD) The object can not be modified in this way.
InvalidNodeTypeError = 24
(0x18) The supplied node is incorrect or has an incorrect ancestor for this operation.
InvalidStateError = 11
(0xB) The object is in an invalid state.
ItemNotFound = 6
(0x6) The specified item has not been found.
LineBreakUnexpected = 120
(0x78) This position does not support a linebreak (LF, FF).
ListItemNotInScope = 48
(0x30) No list item has been found within the local scope.
NamespaceError = 14
(0xE) The operation is not allowed by Namespaces in XML.
NetworkError = 19
(0x13) A network error occurred.
NobrInScope = 51
(0x33) No nobr element has been found within the local scope.
(0x7) No modification allowed.
(0x48) The given public identifier for the notation declaration is invalid.
(0x49) The given system identifier for the notation declaration is invalid.
NotFoundError = 8
(0x8) The object can not be found here.
NotSupported = 257
(0x101) The action is not supported in the current context.
(0x9) The operation is not supported.
NULL = 256
(0x100) NULL character replaced by repl. character.
ObjectNotInScope = 46
(0x2e) No object element has been found within the local scope.
ParagraphNotInScope = 41
(0x29) No paragraph has been found within the local scope.
QuantifierMissing = 75
(0x4b) A required quantifier is missing in the provided expression.
QuotaExceededError = 22
(0x16) The quota has been exceeded.
SecurityError = 18
(0x12) The operation is insecure.
SelectNesting = 134
(0x86) Selects cannot be nested.
SelectNotInScope = 38
(0x26) No select has been found within the local scope.
(0x51) The single quotation marks have been misplaced.
SyntaxError = 12
(0xC) A syntax error makes the string unparsable.
TableCellNotInScope = 44
(0x2c) No table cell has been found within the local scope.
TableNesting = 132
(0x84) Tables cannot be nested.
TableNotInScope = 40
(0x28) No table has been found within the local scope.
TableRowNotInScope = 39
(0x27) No table row has been found within the local scope.
(0x2d) No table section has been found within the local scope.
(0x22) The given tag cannot be self-closed.
TagCannotEndHere = 114
(0x72) The given tag cannot end at the current position.
TagCannotStartHere = 115
(0x73) The given tag cannot start at the current position.
TagClosedWrong = 28
(0x1c) The tag has been closed unexpectedly.
TagClosingMismatch = 118
(0x76) The closing tag and the currently open tag do not match.
(0x77) The given end tag does not match the current node.
TagInappropriate = 113
(0x71) The given tag is not appropriate for the current position.
TagInvalidInFragmentMode = 147
(0x93) This tag is invalid in fragment mode.
TagMustBeInHead = 112
(0x70) The given tag must be placed in head tag.
TimeoutError = 23
(0x17) The operation timed out.
TokenNotPossible = 144
(0x90) The given token cannot be inserted here.
(0x4a) The type declaration is missing a valid definition.
(0x1e) Undefined markup declaration found.
URLMismatchError = 21
(0x15) The given URL does not match another URL.
(0x4) The object is in the wrong document.