| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 


| Public Member Functions | |
| __init__ (self) | |
| load (self, err_json, processor, context) | |
|  Public Member Functions inherited from Stringify | |
| __repr__ (self) | |
| Data Fields | |
| code | |
| reason | |
| required_fields | |
| Static Public Attributes | |
| list | required_fields = ['code', 'reason'] | 
Model of an error response. See https://github.com/wordnik/swagger-core/wiki/errors
Definition at line 306 of file swagger_model.py.
| __init__ | ( | self | ) | 
Definition at line 314 of file swagger_model.py.
| load | ( | self, | |
| err_json, | |||
| processor, | |||
| context | |||
| ) | 
Definition at line 318 of file swagger_model.py.
Referenced by ApiDeclaration.load_file(), and ResourceListing.load_file().
| code | 
Definition at line 315 of file swagger_model.py.
| reason | 
Definition at line 316 of file swagger_model.py.
Definition at line 312 of file swagger_model.py.
| required_fields | 
Definition at line 320 of file swagger_model.py.