Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 694 Bytes

ErrorCodes.md

File metadata and controls

29 lines (23 loc) · 694 Bytes

Error Code Reference Sheet

For the Indivo and SMART Obj-C frameworks.

Cocoa

  • 10 -- Invalid Class
  • 11 -- Failed to instantiate Class
  • 20 -- Invalid Object
  • 21 -- No object given
  • 22 -- uuid does not match

Connection

  • 1001 -- No server URL given
  • 1002 -- No UI server URL given
  • 1003 -- No app id given
  • 1004 -- No consumer key provided
  • 1005 -- No consumer secret provided
  • 1100 -- Call already in progress
  • 1101 -- Authentication already in progress
  • 1200 -- No data for POST

Server and Record Objects

  • 2000 -- No server set
  • 2001 -- Failed to create OAuth API
  • 2100 -- No record set
  • 2200 -- Class does not support reporting calls