FredericHeem/starhackit

View on GitHub
server/src/plugins/users/raml/login/login.error.sample.json

Summary

Maintainability
Test Coverage
{
  "error":{
    "name":"Unauthorized",
    "message": "The username and password do not match",
    "code": 401
  }
}