[][src]Function opencv::core::error_1

pub fn error_1(exc: &Exception) -> Result<()>
👎 Deprecated:

drop this version

! Signals an error and raises the exception.

By default the function prints information about the error to stderr, then it either stops if cv::setBreakOnError() had been called before or raises the exception. It is possible to alternate error processing by using #redirectError().

Parameters

  • exc: the exception raisen.

Deprecated: drop this version