t.p.a.TooLong(AmpError) : class documentation

Part of twisted.protocols.amp View Source View In Hierarchy

One of the protocol's length limitations was violated.
Instance VariablesisKeytrue if the string being encoded in a key position, false if it was in a value position.
isLocalWas the string encoded locally, or received too long from the network? (It's only physically possible to encode "too long" values on the network for keys.)
valueThe string that was too long.
keyNameIf the string being encoded was in a value position, what key was it being encoded for?
Method __init__ Undocumented
Method __repr__ Undocumented
def __init__(self, isKey, isLocal, value, keyName=None): (source)
Undocumented
def __repr__(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2012-02-14 18:17:43.