Class BaseErrorMessages
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
public class BaseErrorMessages
- Inheritance
-
BaseErrorMessages
- Inherited Members
-
Fields
ArgumentNullError
public const string ArgumentNullError = "The provided input was null. Please check the input and try again."
Field Value
- string
FailedDocScanningWhileAddPageError
public const string FailedDocScanningWhileAddPageError = "Failed to scan the document on image while adding a new page."
Field Value
- string
InitializationError
public const string InitializationError = "Failed to initialize the scanner. "
Field Value
- string
public const string InputParameterError = "Input parameters are invalid."
Field Value
- string
LicenseError
public const string LicenseError = "The License is invalid."
Field Value
- string
OperationCancelledError
public const string OperationCancelledError = "The operation was cancelled."
Field Value
- string
OperationFailedError
public const string OperationFailedError = "The operation was unsuccessful."
Field Value
- string
RtuNoResultsFoundError
public const string RtuNoResultsFoundError = "Unfortunately, no scanned results were found. Please try again."
Field Value
- string
RtuParsingError
public const string RtuParsingError = "Something went wrong while parsing the scanned result. Please try again."
Field Value
- string
RtuScanningError
public const string RtuScanningError = "Something went wrong while scanning the document. Please try again."
Field Value
- string
ScanFromImageError
public const string ScanFromImageError = "Error occurred while scanning the image."
Field Value
- string
TaskNotCompletedError
public const string TaskNotCompletedError = "Unable to launch the scanner: The previous launch task is still in progress."
Field Value
- string
UrlInvalidError
public const string UrlInvalidError = "The provided input url was invalid. Please provide a valid input url and try again."
Field Value
- string