Error class thrown when there is a parsing error in a tag:
URI.
Instances of this class provide information about which part of the tag:
URI caused the error.
The where
property indicates the specific component of the URI that failed
validation, such as the taggingEntity
, authorityName
, date
, or other
parts defined by RFC 4151.
new
TagUriParsingError(where: TagUriParsingError["where"],input: string,)
Constructs a new TagUriParsingError
.
readonly
where: "tagUri"
| "taggingEntity"
| "authorityName"
| "date"
| "year"
| "month"
| "day"
| "dnsName"
| "dnsComp"
| "emailAddress"
| "specific"
| "fragment"
The part of the tag:
URI that caused the parsing error.