Enum NVCVStatus

Enum Documentation

enum NVCVStatus

Status codes.

Values:

enumerator NVCV_SUCCESS

Operation completed successfully.

enumerator NVCV_ERROR_NOT_IMPLEMENTED

Operation isn’t implemented.

enumerator NVCV_ERROR_INVALID_ARGUMENT

Invalid argument, either wrong range or value not accepted.

enumerator NVCV_ERROR_INVALID_IMAGE_FORMAT

Image type not accepted.

enumerator NVCV_ERROR_INVALID_OPERATION

Operation isn’t valid in this context.

enumerator NVCV_ERROR_DEVICE

Device backend error.

enumerator NVCV_ERROR_NOT_READY

Operation not completed yet, try again later.

enumerator NVCV_ERROR_OUT_OF_MEMORY

Not enough free memory to allocate object.

enumerator NVCV_ERROR_INTERNAL

Internal, non specific error.

enumerator NVCV_ERROR_NOT_COMPATIBLE

Implementation version incompatibility.

enumerator NVCV_ERROR_OVERFLOW

Result is larger than maximum accepted value.

enumerator NVCV_ERROR_UNDERFLOW

Result is smaller than minimum accepted value.