EnumerationFoundationXML5.9.0
ErrorCode
enum ErrorCode
Citizens in FoundationXML
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol RawRepresentable
A type that can be converted to and from an associated raw value.
Members
case attributeHasNoValueError
case attributeListNotFinishedError
case attributeListNotStartedError
case attributeNotFinishedError
case attributeNotStartedError
case attributeRedefinedError
case cdataNotFinishedError
case characterRefAtEOFError
case characterRefInDTDError
case characterRefInEpilogError
case characterRefInPrologError
case commentContainsDoubleHyphenError
case commentNotFinishedError
case conditionalSectionNotFinishedError
case conditionalSectionNotStartedError
case delegateAbortedParseError
case doctypeDeclNotFinishedError
case documentStartError
case elementContentDeclNotFinishedError
case elementContentDeclNotStartedError
case emptyDocumentError
case encodingNotSupportedError
case entityBoundaryError
case entityIsExternalError
case entityIsParameterError
case entityNotFinishedError
case entityNotStartedError
case entityRefAtEOFError
case entityRefInDTDError
case entityRefInEpilogError
case entityRefInPrologError
case entityRefLoopError
case entityReferenceMissingSemiError
case entityReferenceWithoutNameError
case entityValueRequiredError
case equalExpectedError
case externalStandaloneEntityError
case externalSubsetNotFinishedError
case extraContentError
case gtRequiredError
case internalError
case invalidCharacterError
case invalidCharacterInEntityError
case invalidCharacterRefError
case invalidConditionalSectionError
case invalidDecimalCharacterRefError
case invalidEncodingError
case invalidEncodingNameError
case invalidHexCharacterRefError
case invalidURIError
case lessThanSymbolInAttributeError
case literalNotFinishedError
case literalNotStartedError
case ltRequiredError
case ltSlashRequiredError
case misplacedCDATAEndStringError
case misplacedXMLDeclarationError
case mixedContentDeclNotFinishedError
case mixedContentDeclNotStartedError
case nameRequiredError
case namespaceDeclarationError
case nmtokenRequiredError
case noDTDError
case notWellBalancedError
case notationNotFinishedError
case notationNotStartedError
case outOfMemoryError
case parsedEntityRefAtEOFError
case parsedEntityRefInEpilogError
case parsedEntityRefInInternalError
case parsedEntityRefInInternalSubsetError
case parsedEntityRefInPrologError
case parsedEntityRefMissingSemiError
case parsedEntityRefNoNameError
case pcdataRequiredError
case prematureDocumentEndError
case processingInstructionNotFinishedError
case processingInstructionNotStartedError
case publicIdentifierRequiredError
case separatorRequiredError
case spaceRequiredError
case standaloneValueError
case stringNotClosedError
case stringNotStartedError
case tagNameMismatchError
case undeclaredEntityError
case unfinishedTagError
case unknownEncodingError
case unparsedEntityError
case uriFragmentError
case uriRequiredError
case xmlDeclNotFinishedError
case xmlDeclNotStartedError
init?(rawValue: Int
)