diff options
Diffstat (limited to 'libqcdm/src/errors.h')
-rw-r--r-- | libqcdm/src/errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libqcdm/src/errors.h b/libqcdm/src/errors.h index b6e49728..a5507bb1 100644 --- a/libqcdm/src/errors.h +++ b/libqcdm/src/errors.h @@ -52,6 +52,7 @@ enum { QCDM_ERROR_NV_ERROR_INACTIVE = 17, /* NV location is not active */ QCDM_ERROR_NV_ERROR_BAD_PARAMETER = 18, QCDM_ERROR_NV_ERROR_READ_ONLY = 19, /* NV location is read-only */ + QCDM_ERROR_RESPONSE_FAILED = 20, /* command-specific failure */ }; #define qcdm_assert assert |