Use ApiService to get error message

This commit is contained in:
Evan Cordell 2016-04-11 17:28:49 -04:00
parent b5db41920f
commit 7c361c07f9
5 changed files with 8 additions and 4 deletions

View file

@ -17,7 +17,7 @@ def error_view(error_type):
@resource('/v1/error/<error_type>')
@path_param('error_type', 'The error code identifying the type of error.')
class Error(ApiResource):
""" Resource for manging an organization's teams. """
""" Resource for Error Descriptions"""
schemas = {
'ApiErrorDescription': {
'type': 'object',