Browse Source

Add missing pEp status to pEp.yml2

JNI-88
Hussein Kasem 7 years ago
parent
commit
db88b18a0d
  1. 5
      src/pEp.yml2

5
src/pEp.yml2

@ -21,6 +21,7 @@ namespace pEp {
pEp_init_sqlite3_without_mutex > 0x0120 pEp_init_sqlite3_without_mutex > 0x0120
pEp_init_cannot_open_db > 0x0121 pEp_init_cannot_open_db > 0x0121
pEp_init_cannot_open_system_db > 0x0122 pEp_init_cannot_open_system_db > 0x0122
pEp_unknown_db_error > 0x01ff
pEp_key_not_found > 0x0201 pEp_key_not_found > 0x0201
pEp_key_has_ambig_name > 0x0202 pEp_key_has_ambig_name > 0x0202
@ -28,6 +29,8 @@ namespace pEp {
pEp_cannot_export_key > 0x0204 pEp_cannot_export_key > 0x0204
pEp_cannot_edit_key > 0x0205 pEp_cannot_edit_key > 0x0205
pEp_key_unsuitable > 0x0206 pEp_key_unsuitable > 0x0206
pEp_malformed_key_reset_msg > 0x0210
pEp_key_not_reset > 0x0211
pEp_cannot_find_identity > 0x0301 pEp_cannot_find_identity > 0x0301
pEp_cannot_set_person > 0x0381 pEp_cannot_set_person > 0x0381
@ -70,6 +73,7 @@ namespace pEp {
pEp_sync_no_inject_callback > 0x0903 pEp_sync_no_inject_callback > 0x0903
pEp_sync_no_channel > 0x0904 pEp_sync_no_channel > 0x0904
pEp_sync_cannot_encrypt > 0x0905 pEp_sync_cannot_encrypt > 0x0905
pEp_sync_no_message_send_callback > 0x0906
pEp_cannot_increase_sequence > 0x0971 pEp_cannot_increase_sequence > 0x0971
@ -80,6 +84,7 @@ namespace pEp {
pEp_statemachine_invalid_condition > 0x0984 pEp_statemachine_invalid_condition > 0x0984
pEp_statemachine_invalid_action > 0x0985 pEp_statemachine_invalid_action > 0x0985
pEp_statemachine_inhibited_event > 0x0986 pEp_statemachine_inhibited_event > 0x0986
pEp_statemachine_cannot_semd > 0x0987
pEp_commit_failed > 0xff01 pEp_commit_failed > 0xff01
pEp_message_consume > 0xff02 pEp_message_consume > 0xff02

Loading…
Cancel
Save