pmemkv icon indicating copy to clipboard operation
pmemkv copied to clipboard

FEAT: Better error handling in robinhood engine

Open JanDorniak99 opened this issue 3 years ago • 0 comments

FEAT: Better error handling in robinhood

Rationale

For now, in case of an error in the C-part of robinhood engine, we don't know the real reason for the failure and we only can return status::UNKNOWN_ERROR.

Description

We should extend returned values from the C functions to return more appropriate statuses than just unknown error.

JanDorniak99 avatar Feb 09 '21 15:02 JanDorniak99