showing results for - "response with error response"
Sara
02 Apr 2016
1// A sample response
2{
3  errors: [{
4    'status': 'InvalidError'
5    'message': 'Invalid value for email',
6    ... // Other details of the error
7  }, {
8    ... // Next error object
9  }],
10  data: {
11  ... // Any data
12  }
13}