we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
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}