exception documentation

class SASLAuthError(SASLError):

Constructor: SASLAuthError(condition)

View In Hierarchy

SASL Authentication failed.

Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable condition Undocumented
def __init__(self, condition=None):

Undocumented

def __str__(self) -> str:

Undocumented

condition =

Undocumented