Asterisk - The Open Source Telephony Project  21.4.1
Public Member Functions | Data Fields | Static Public Attributes
ErrorResponse Class Reference
Inheritance diagram for ErrorResponse:
Stringify

Public Member Functions

def __init__ (self)
 
def load (self, err_json, processor, context)
 
- Public Member Functions inherited from Stringify
def __repr__ (self)
 

Data Fields

 code
 
 reason
 

Static Public Attributes

list required_fields = ['code', 'reason']
 

Detailed Description

Model of an error response.

See https://github.com/wordnik/swagger-core/wiki/errors

Definition at line 306 of file swagger_model.py.


The documentation for this class was generated from the following file: