Searched defs:ProtocolError (Results 1 – 11 of 11) sorted by relevance
46 type ProtocolError struct { struct47 ErrorString string50 func (pe *ProtocolError) Error() string { return pe.ErrorString }53 func (pe *ProtocolError) Is(err error) bool {
46 type ProtocolError string type
64 class ProtocolError(HTTPError): class
201 class ProtocolError(Error): class