From db88b18a0d678bb529cb47355512cc3968766fcd Mon Sep 17 00:00:00 2001 From: Hussein Kasem Date: Mon, 5 Nov 2018 14:09:46 +0100 Subject: [PATCH] Add missing pEp status to pEp.yml2 --- src/pEp.yml2 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/pEp.yml2 b/src/pEp.yml2 index 88f12fc..44d0c6b 100644 --- a/src/pEp.yml2 +++ b/src/pEp.yml2 @@ -21,14 +21,17 @@ namespace pEp { pEp_init_sqlite3_without_mutex > 0x0120 pEp_init_cannot_open_db > 0x0121 pEp_init_cannot_open_system_db > 0x0122 - + pEp_unknown_db_error > 0x01ff + pEp_key_not_found > 0x0201 pEp_key_has_ambig_name > 0x0202 pEp_get_key_failed > 0x0203 pEp_cannot_export_key > 0x0204 pEp_cannot_edit_key > 0x0205 pEp_key_unsuitable > 0x0206 - + pEp_malformed_key_reset_msg > 0x0210 + pEp_key_not_reset > 0x0211 + pEp_cannot_find_identity > 0x0301 pEp_cannot_set_person > 0x0381 pEp_cannot_set_pgp_keypair > 0x0382 @@ -70,6 +73,7 @@ namespace pEp { pEp_sync_no_inject_callback > 0x0903 pEp_sync_no_channel > 0x0904 pEp_sync_cannot_encrypt > 0x0905 + pEp_sync_no_message_send_callback > 0x0906 pEp_cannot_increase_sequence > 0x0971 @@ -80,6 +84,7 @@ namespace pEp { pEp_statemachine_invalid_condition > 0x0984 pEp_statemachine_invalid_action > 0x0985 pEp_statemachine_inhibited_event > 0x0986 + pEp_statemachine_cannot_semd > 0x0987 pEp_commit_failed > 0xff01 pEp_message_consume > 0xff02