Skip to content

Instantly share code, notes, and snippets.

@nhattan
Last active August 29, 2015 14:17
Show Gist options
  • Save nhattan/448e346d2e6b435d16d9 to your computer and use it in GitHub Desktop.
Save nhattan/448e346d2e6b435d16d9 to your computer and use it in GitHub Desktop.
Response standard

Current

{
  "errors": {
    "user": {
      "starting_stage_id": [
        "Invalid"
      ],
      "checklist_id": [
        "can't be blank"
      ]
    }
  }
}

from email

{
  "errorCode": "ERROR-001 OR Server Error OR Application Error ....",
  "errorMessage": "Successful. Or, Your email is not valid. Or server is maintenancing. Or a specific message....",
  "data": {}
}

suggest from me

success

{
    "success": true,
    "user": {
        "id": 1426958891,
        "name": "Tan"
    }
  }
}

error

{
    "success": false,
    "message": "Wrong id or password",
    "status": "internal_server_error",
    "error_code": 603
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment