Class Result
- Namespace
- ScanbotSDK.MAUI.RTU.v1
- Assembly
- ScanbotSDK.Shared.dll
public class Result
- Inheritance
-
Result
- Derived
- Inherited Members
Properties
Error
Error message descripting the reason of failure
public string Error { get; set; }
Property Value
Status
Status of the operation
public OperationResult Status { get; set; }
Property Value
Methods
Fail(string)
public static Result Fail(string message)
Parameters
message
string
Returns
Succeed()
public static Result Succeed()