@ -17,6 +17,8 @@ namespace pEp {
return;
if (status >= 0x400 && status <= 0x4ff)
if (status == PEP_STATEMACHINE_CANNOT_SEND)
if (status == PEP_OUT_OF_MEMORY)
throw bad_alloc();
if (status == PEP_ILLEGAL_VALUE)