Facebook
From Alberto Biascioli, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 204
  1.  po response.errorCode
  2. ▿ Optional<String>
  3.   - some : "INVALID_CHALLENGE"
  4.  
  5. (lldb) po response.httpCode
  6. ▿ Optional<Int>
  7.   - some : 400
  8.  
  9. (lldb) po response.isError
  10. true
  11.  
  12. (lldb) po response.errorCode
  13. ▿ Optional<String>
  14.   - some : "INVALID_CHALLENGE"
  15.  
  16. (lldb) po response.errorMessage
  17. ▿ Optional<String>
  18.   - some : "User with id 2601 has already finished a challenge today"

Replies to Response challenge rss

Title Name Language When
Re: Response challenge Alberto Biascioli text 4 Years ago.