sonata-nfv / tng-api-gtw

The API Gateway for the 5GTANGO Verification&Validation and Service Platforms (built on top of SONATA).
http://5gtango.eu
Apache License 2.0
1 stars 12 forks source link

Improve error messages #153

Closed jbonnet closed 5 years ago

jbonnet commented 5 years ago

Error messages were coming out in plain text, now they'll all be in JSON, like in

{
  'error': {
    'code': 'numerical error code',
    'message': 'description of the error'
  }
}