Module error

Module error 

Source
Expand description

Error types and result handling

This module provides error types used throughout the library:

  • Error - The main error type
  • Result - Type alias for Result<T, Error>

Most ZBar operations return Result to indicate success or failure.

Enums§

Error

Constants§

ZBAR_VERSION_MAJOR
ZBAR_VERSION_MINOR
ZBAR_VERSION_PATCH

Statics§

ZBAR_VERBOSITY
Global verbosity level

Type Aliases§

Result