Guest User

Untitled

a guest
Dec 15th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. // In case of Success
  2. {
  3. status: 0,
  4. message: 'Success'
  5. }
  6. // In case of Error
  7. {
  8. status: 1,
  9. message: 'Error'
  10. }
  11. // In case of Server is Busy
  12. {
  13. status: 2,
  14. message: 'Busy'
  15. }
Add Comment
Please, Sign In to add comment