xbrl.Error.ExternalLinkParam
¶
An xml.Error.ExternalLinkParam
class represents a link to an external document in an error message.
Base class: xbrl.Error.Param
-
class
xbrl.Error.
ExternalLinkParam
(url, title=None, tooltip=None, quotes=True)¶ Creates a new
xml.Error.ExternalLinkParam
object. The url argument should contain a link to the external document. Optionally, a title string with the actual text that will be displayed in the error message can be specified in the title argument. An optional tooltip text can be specified in the tooltip argument.
Special methods¶
__eq__, __ge__, __gt__, __le__, __lt__, __ne__