DataCaptureError

Defined under the namespace Scandit.Datacapture.Core

DataCaptureErrorDetails
interface DataCaptureErrorDetails

Added in version 6.17.0

message
message?: string

Added in version 6.17.0

The error message

name
name?: string

Added in version 6.17.0

Name of the error

DataCaptureError
class DataCaptureError : Error

Added in version 6.13.0

A class representing an error.

constructor(details)
constructor(details: DataCaptureErrorDetails)

Added in version 6.17.0

Creates a new DataCaptureError object.

name
readonly name: string

Added in version 6.13.0

The name of the error.

message
readonly message: string

Added in version 6.13.0

A message describing the error.