Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. switch (e.Error.Code)
  2. {
  3. case "Request_ResourceNotFound":
  4. case "ResourceNotFound":
  5. case "ErrorItemNotFound":
  6. //case "itemNotFound":
  7. // return JsonConvert.SerializeObject(new { Message = $"User '{email}' was not found." }, Formatting.Indented);
  8. ...
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement