|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|


Public Member Functions | |
| __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.
| __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.
References SwaggerError.__init__().
Referenced by SwaggerError.__init__().