Skip to content

Exception

Core and matricestypeOpenCV 5.0.0
import type { Exception } from '@banou/opencv-wasm'

Details of a native OpenCV exception, including its error code, message, function and source location.

export type Exception = {
  code: Error_Code,
  msg: EmbindString
};

These signatures describe this package. Upstream documentation can mention optional backends that are absent from this build. Check runtime compatibility before choosing a backend or file format.