Browse Source

Update pEp status codes - Corresponding to engine 3293:a12a4f13d796

JNI-88
Hussein Kasem 6 years ago
parent
commit
66e31f8140
  1. 17
      src/pEp.yml2

17
src/pEp.yml2

@ -29,6 +29,10 @@ namespace pEp {
pEp_cannot_edit_key > 0x0205 pEp_cannot_edit_key > 0x0205
pEp_key_unsuitable > 0x0206 pEp_key_unsuitable > 0x0206
pEp_key_imported > 0x0220
pEp_no_key_imported > 0x0221
pEp_key_import_status_unknown > 0x0222
pEp_cannot_find_identity > 0x0301 pEp_cannot_find_identity > 0x0301
pEp_cannot_set_person > 0x0381 pEp_cannot_set_person > 0x0381
pEp_cannot_set_pgp_keypair > 0x0382 pEp_cannot_set_pgp_keypair > 0x0382
@ -49,6 +53,7 @@ namespace pEp {
pEp_decrypt_signature_does_not_match > 0x0406 pEp_decrypt_signature_does_not_match > 0x0406
pEp_verify_no_key > 0x0407 pEp_verify_no_key > 0x0407
pEp_verified_and_trusted > 0x0408 pEp_verified_and_trusted > 0x0408
pEp_cannot_reencrypt > 0x0409
pEp_cannot_decrypt_unknown > 0x04ff pEp_cannot_decrypt_unknown > 0x04ff
pEp_trustword_not_found > 0x0501 pEp_trustword_not_found > 0x0501
@ -60,13 +65,13 @@ namespace pEp {
pEp_phrase_not_found > 0x0701 pEp_phrase_not_found > 0x0701
pEp_send_function_not_registered                > 0x0801 pEp_send_function_not_registered > 0x0801
pEp_contraints_violated                         > 0x0802 pEp_contraints_violated > 0x0802
pEp_cannot_encode                               > 0x0803 pEp_cannot_encode > 0x0803
pEp_sync_no_notify_callback                  > 0x0901 pEp_sync_no_notify_callback > 0x0901
pEp_sync_illegal_message                        > 0x0902 pEp_sync_illegal_message > 0x0902
pEp_sync_no_inject_callback                     > 0x0903 pEp_sync_no_inject_callback > 0x0903
pEp_sequence_violated > 0x0970 pEp_sequence_violated > 0x0970
pEp_cannot_increase_sequence > 0x0971 pEp_cannot_increase_sequence > 0x0971

Loading…
Cancel
Save