Table of Contents

Class ErrorMessages

Namespace
ScanbotSDK.MAUI.Common
Assembly
DocumentSDK.MAUI.dll
public class ErrorMessages : BaseErrorMessages
Inheritance
ErrorMessages
Inherited Members

Constructors

ErrorMessages()

public ErrorMessages()

Fields

GeneratePdfError

public const string GeneratePdfError = "Something went wrong while creating PDF."

Field Value

string

ImagesNotFoundError

public const string ImagesNotFoundError = "The source images cannot be null or empty."

Field Value

string

PerformOcrError

public const string PerformOcrError = "Something went wrong while performing OCR."

Field Value

string

TiffGeneratorInitError

public const string TiffGeneratorInitError = "Failed to initialize the TIFF generator instance."

Field Value

string

UnableToLoadDocumentError

public const string UnableToLoadDocumentError = "Failed to load the document based on given document guid."

Field Value

string