Skip to content

Commit

Permalink
Merge pull request #19 from jpl-mac/dev
Browse files Browse the repository at this point in the history
Use code 103 in android plugin for invalid API key
  • Loading branch information
sdouglas-macadamian committed Jul 24, 2015
2 parents 79c5015 + 68ae344 commit 576b318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/BlinkUpPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class BlinkUpPlugin extends CordovaPlugin {
static final int ERROR_INVALID_ARGUMENTS = 100;
static final int ERROR_PROCESS_TIMED_OUT = 101;
static final int ERROR_CANCELLED_BY_USER = 102;
static final int ERROR_INVALID_API_KEY = 300;
static final int ERROR_INVALID_API_KEY = 103;
static final int ERROR_VERIFY_API_KEY_FAIL = 301; // android only
static final int ERROR_JSON_ERROR = 302; // android only

Expand Down

0 comments on commit 576b318

Please sign in to comment.