Commit 46df10ea authored by vaclav's avatar vaclav
Browse files

Add IVAS_ERR_INTERNAL_FATAL case into IVAS_ENC_GetErrorMessage().

parent cfd643c7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1348,6 +1348,7 @@ const char *IVAS_ENC_GetErrorMessage(
        case IVAS_ERR_INDEX_OUT_OF_BOUNDS:
            return "index out of bounds";
        case IVAS_ERR_INTERNAL:
        case IVAS_ERR_INTERNAL_FATAL:
            return "internal error";
        case IVAS_ERR_RECONFIGURE_NOT_SUPPORTED:
            return "reconfigure not supported";