Class ErrorMessages
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
public class ErrorMessages
- Inheritance
-
ErrorMessages
- Inherited Members
-
Constructors
ErrorMessages()
Fields
ArgumentNullError
public const string ArgumentNullError = "The provided input was null. Please check the input and try again."
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
RtuScanningCancelled
public const string RtuScanningCancelled = "The operation was cancelled."
Field Value
- string
RtuScanningError
public const string RtuScanningError = "Something went wrong while scanning the document. Please try again."
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