You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2014/05/03 01:37:46 UTC

git commit: Add ContactError codes to index.md doc (closes #28)

Repository: cordova-plugin-contacts
Updated Branches:
  refs/heads/master 19445dca6 -> a3f290dae


Add ContactError codes to index.md doc
(closes #28)

Signed-off-by: Shazron Abdullah <sh...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/a3f290da
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/a3f290da
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/a3f290da

Branch: refs/heads/master
Commit: a3f290dae995676ae9462e4f97a6c4b8de0e4ade
Parents: 19445dc
Author: Leonidez Acosta <ac...@gmail.com>
Authored: Thu Apr 24 20:31:54 2014 -0500
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri May 2 16:37:36 2014 -0700

----------------------------------------------------------------------
 doc/index.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/a3f290da/doc/index.md
----------------------------------------------------------------------
diff --git a/doc/index.md b/doc/index.md
index 83f5a30..1386293 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -425,13 +425,13 @@ The `ContactError` object is returned to the user through the
 
 ### Constants
 
-- `ContactError.UNKNOWN_ERROR`
-- `ContactError.INVALID_ARGUMENT_ERROR`
-- `ContactError.TIMEOUT_ERROR`
-- `ContactError.PENDING_OPERATION_ERROR`
-- `ContactError.IO_ERROR`
-- `ContactError.NOT_SUPPORTED_ERROR`
-- `ContactError.PERMISSION_DENIED_ERROR`
+- `ContactError.UNKNOWN_ERROR` (code 0)
+- `ContactError.INVALID_ARGUMENT_ERROR` (code 1)
+- `ContactError.TIMEOUT_ERROR` (code 2)
+- `ContactError.PENDING_OPERATION_ERROR` (code 3)
+- `ContactError.IO_ERROR` (code 4)
+- `ContactError.NOT_SUPPORTED_ERROR` (code 5)
+- `ContactError.PERMISSION_DENIED_ERROR` (code 20)
 
 
 ## ContactField