Asterisk - The Open Source Telephony Project
18.5.0
|
Public Member Functions | |
def | __init__ (self, msg, context, cause=None) |
Raised when an error is encountered mapping the JSON objects into the model.
Definition at line 130 of file swagger_model.py.
def __init__ | ( | self, | |
msg, | |||
context, | |||
cause = None |
|||
) |
Ctor. @param msg: String message for the error. @param context: ParsingContext object @param cause: Optional exception that caused this one.
Definition at line 135 of file swagger_model.py.