Daniel Trebbien created CB-1143:
-----------------------------------

             Summary: Indicate through the ContactError code if remove() failed 
because the contact is nonexistent / has already been deleted
                 Key: CB-1143
                 URL: https://issues.apache.org/jira/browse/CB-1143
             Project: Apache Cordova
          Issue Type: New Feature
          Components: CordovaJS
    Affects Versions: 2.0.0
            Reporter: Daniel Trebbien
            Assignee: Filip Maj


At least with the iOS implementation, if a contact has already been deleted, 
calling Contact.remove() on it results in an error as expected; however, the 
error code is 0 (UNKNOWN_ERROR), which gives the app no clue as to what 
happened.

It would be nice if the error code could indicate that removal failed because 
the contact has already been deleted.

Suggested fix:  Add an error code, NONEXISTENT, that would be used to indicate 
that the device has no contact with the supplied ID.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to