Debuggability
All DOCA APIs return the status in the form of doca_error_t.
The return value of every call to the DOCA API should be checked to verify that it was successful. In case of an error, one should look at the meaning of the returned value in the description of the failing function.