GetError

function GetError(n: integer) : string;

Returns a text message for the error number n

The error codes are shown under Barcode.Error

 

Delphi Example

ErrorMessage.Text:=Barcode2D1.GetError(Barcode2D1.Error);

 

More:

GetModeName