Codebase list dnsviz / 5ea484d
Add reference Casey Deccio 7 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
17671767 _abstract = False
17681768 description_template = "The key was revoked but was not found signing the RRset."
17691769 code = 'REVOKED_NOT_SIGNING'
1770
17701771 class ZoneDataError(DomainNameAnalysisError):
17711772 pass
17721773
17801781 description_template = "The server returned CNAME for %(name)s, but records of other types exist at that name."
17811782 code = 'CNAME_WITH_OTHER_DATA'
17821783 required_params = ['name']
1784 references = ['RFC 2181, Sec. 10.1']