Table of Contents

Class Result

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll
public class Result
Inheritance
Result
Derived
Inherited Members

Constructors

Result()

protected Result()

Properties

Error

Returns the Platform specific inner exception, from the ResultWrapper.

public Exception? Error { get; protected init; }

Property Value

Exception

IsCanceled

public bool IsCanceled { get; protected init; }

Property Value

bool

IsSuccess

public bool IsSuccess { get; protected init; }

Property Value

bool

Methods

IsCancelled(Exception)

protected static bool IsCancelled(Exception exception)

Parameters

exception Exception

Returns

bool