Class BaseResult
- Namespace
- ScanbotSDK.MAUI
- Assembly
- DocumentSDK.MAUI.dll
public class BaseResult
- Inheritance
-
BaseResult
- Derived
- Inherited Members
Properties
Error
Error message - Contains a value on OperationResult.Error
public string Error { get; set; }
Property Value
Status
Status of the operation - OK or canceled by user
public OperationResult Status { get; set; }