exception documentation

class SECURITY_ASSOCIATION_REQUIRED(ResponseException):

Constructor: SECURITY_ASSOCIATION_REQUIRED(dbg, data)

View In Hierarchy

SECURITY ASSOCIATION REQUIRED Response Status Code.

Method __init__ Constructor.

Inherited from ResponseException:

Method __str__ Return a string representation of the exception.
Method nname Return a "natural" string representation of the exception's name.
Instance Variable data Optional data.
Instance Variable dbg An optional debug message.
Instance Variable rsc The response status code.
def __init__(self, dbg: str | None = None, data: Any | None = None): ΒΆ

Constructor.

Parameters
dbg:str | NoneAn optional debug message.
data:Any | NoneOptional data.