Skip to main content

CaptureWindowStatus

CaptureWindowStatus holds the result and error description of a capture operation. It stores:

  • captureResult: the status of the signature capture
  • errorDescription: a message describing any error that occurred

Summary

Field
captureResult
errorDescription

Fields

captureResult

Holds the status of the signature capture operation.

Type
Enums.CaptureResult
Return Value
The result status of the capture process (e.g., success, cancellation, error).

errorDescription

Contains a descriptive message for any error that occurred during capture.

Type
String
Return Value
A text description of the error, or null if no error occurred.