Use ApiService to get error message
This commit is contained in:
parent
b5db41920f
commit
7c361c07f9
5 changed files with 8 additions and 4 deletions
|
@ -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',
|
||||
|
|
Reference in a new issue