Appendix H. Error messages

Table of Contents

H.1. Core error messages
H.2. QR 2D Barcode error messages
H.3. Datamatrix 2D barcode error messages

This list have all error messages that can be thrown by the library. In addition to the English locale there is also a German translation (See Section 6.2.1). Most error messages takes one (or several argument that gives additional specific information and the placeholder in the error messages shows where this additional information should be placed.

For more general information on error handling we refer to Chapter 6

H.1. Core error messages

The following tables lists all error messages that can be generated by standard core graphs types

Table H.1. English error messages

Error code Error message
10<table border="1"><tr><td style="color:darkred; font-size:1.2em;"><b>JpGraph Error:</b> HTTP headers have already been sent.<br>Caused by output from file <b>%s</b> at line <b>%d</b>.</td></tr><tr><td><b>Explanation:</b><br>HTTP headers have already been sent back to the browser indicating the data as text before the library got a chance to send it's image HTTP header to this browser. This makes it impossible for the library to send back image data to the browser (since that would be interpretated as text by the browser and show up as junk text).<p>Most likely you have some text in your script before the call to <i>Graph::Stroke()</i>. If this texts gets sent back to the browser the browser will assume that all data is plain text. Look for any text, even spaces and newlines, that might have been sent back to the browser. <p>For example it is a common mistake to leave a blank line before the opening "<b>&lt;?php</b>".</td></tr></table>
11No path specified for CACHE_DIR. Please specify CACHE_DIR manually in jpg-config.inc
12No path specified for TTF_DIR and path can not be determined automatically. Please specify TTF_DIR manually (in jpg-config.inc).
13The installed PHP version (%s) is not compatible with this release of the library. The library requires at least PHP version %s
1001Unknown encoder specification: %s
1002Data validation failed. Can't encode [%s] using encoding "%s"
1003Internal encoding error. Trying to encode %s is not possible in Code 128
1004Internal barcode error. Unknown UPC-E encoding type: %s
1005Internal error. Can't encode character tuple (%s, %s) in Code-128 charset C
1006Internal encoding error for CODE 128. Trying to encode control character in CHARSET != A
1007Internal encoding error for CODE 128. Trying to encode DEL in CHARSET != B
1008Internal encoding error for CODE 128. Trying to encode small letters in CHARSET != B
1009Encoding using CODE 93 is not yet supported.
1010Encoding using POSTNET is not yet supported.
1011Non supported barcode backend for type %s
2001Number of colors is not the same as the number of patterns in BarPlot::SetPattern()
2002Unknown pattern specified in call to BarPlot::SetPattern()
2003Number of X and Y points are not equal. Number of X-points: %d Number of Y-points: %d
2004All values for a barplot must be numeric. You have specified value nr [%d] == %s
2005You have specified an empty array for shadow colors in the bar plot.
2006Unknown position for values on bars : %s
2007Cannot create GroupBarPlot from empty plot array.
2008Group bar plot element nbr %d is undefined or empty.
2009One of the objects submitted to GroupBar is not a BarPlot. Make sure that you create the GroupBar plot from an array of BarPlot or AccBarPlot objects. (Class = %s)
2010Cannot create AccBarPlot from empty plot array.
2011Acc bar plot element nbr %d is undefined or empty.
2012One of the objects submitted to AccBar is not a BarPlot. Make sure that you create the AccBar plot from an array of BarPlot objects. (Class=%s)
2013You have specified an empty array for shadow colors in the bar plot.
2014Number of datapoints for each data set in accbarplot must be the same
2015Individual bar plots in an AccBarPlot or GroupBarPlot can not have specified X-coordinates
3001It is only possible to use either SetDateAlign() or SetTimeAlign() but not both
4002Error in input data to LineErrorPlot. Number of data points must be a multiple of 3
5001Unknown flag size (%d).
5002Flag index %s does not exist.
5003Invalid ordinal number (%d) specified for flag index.
5004The (partial) country name %s does not have a corresponding flag image. The flag may still exist but under another name, e.g. instead of "usa" try "united states".
6001Internal error. Height for ActivityTitles is < 0
6002You can't specify negative sizes for Gantt graph dimensions. Use 0 to indicate that you want the library to automatically determine a dimension.
6003Invalid format for Constrain parameter at index=%d in CreateSimple(). Parameter must start with index 0 and contain arrays of (Row,Constrain-To,Constrain-Type)
6004Invalid format for Progress parameter at index=%d in CreateSimple(). Parameter must start with index 0 and contain arrays of (Row,Progress)
6005SetScale() is not meaningful with Gantt charts.
6006Cannot autoscale Gantt chart. No dated activities exist. [GetBarMinMax() start >= n]
6007Sanity check for automatic Gantt chart size failed. Either the width (=%d) or height (=%d) is larger than MAX_GANTTIMG_SIZE. This could potentially be caused by a wrong date in one of the activities.
6008You have specified a constrain from row=%d to row=%d which does not have any activity
6009Unknown constrain type specified from row=%d to row=%d
6010Illegal icon index for Gantt builtin icon [%d]
6011Argument to IconImage must be string or integer
6012Unknown type in Gantt object title specification
6015Illegal vertical position %d
6016Date string (%s) specified for Gantt activity can not be interpretated. Please make sure it is a valid time string, e.g. 2005-04-23 13:30
6017Unknown date format in GanttScale (%s).
6018Interval for minutes must divide the hour evenly, e.g. 1,5,10,12,15,20,30 etc You have specified an interval of %d minutes.
6019The available width (%d) for minutes are to small for this scale to be displayed. Please use auto-sizing or increase the width of the graph.
6020Interval for hours must divide the day evenly, e.g. 0:30, 1:00, 1:30, 4:00 etc. You have specified an interval of %d
6021Unknown formatting style for week.
6022Gantt scale has not been specified.
6023If you display both hour and minutes the hour interval must be 1 (Otherwise it doesn't make sense to display minutes).
6024CSIM Target must be specified as a string. Start of target is: %d
6025CSIM Alt text must be specified as a string. Start of alt text is: %d
6027Progress value must in range [0, 1]
6028Specified height (%d) for gantt bar is out of range.
6029Offset for vertical line must be in range [0,1]
6030Unknown arrow direction for link.
6031Unknown arrow type for link.
6032Internal error: Unknown path type (=%d) specified for link.
6033Array of fonts must contain arrays with 3 elements, i.e. (Family, Style, Size)
7001Unknown gradient style (=%d).
8001Mix value for icon must be between 0 and 100.
8002Anchor position for icons must be one of "top", "bottom", "left", "right" or "center"
8003It is not possible to specify both an image file and a country flag for the same icon.
8004In order to use Country flags as icons you must include the "jpgraph_flags.php" file.
9001Value for image transformation out of bounds. Vanishing point on horizon must be specified as a value between 0 and 1.
10001LinePlot::SetFilled() is deprecated. Use SetFillColor()
10002Plot too complicated for fast line Stroke. Use standard Stroke()
10003Each plot in an accumulated lineplot must have the same number of data points.
11001Your data contains non-numeric values.
11002Negative data values can not be used in a log scale.
11003Your data contains non-numeric values.
11004Scale error for logarithmic scale. You have a problem with your data values. The max value must be greater than 0. It is mathematically impossible to have 0 in a logarithmic scale.
11005Specifying tick interval for a logarithmic scale is undefined. Remove any calls to SetTextLabelStart() or SetTextTickInterval() on the logarithmic scale.
12001You are using GD 2.x and are trying to use a background images on a non truecolor image. To use background images with GD 2.x it is necessary to enable truecolor by setting the USE_TRUECOLOR constant to TRUE. Due to a bug in GD 2.0.1 using any truetype fonts with truecolor images will result in very poor quality fonts.
12002Incorrect file name for MGraph::SetBackgroundImage() : %s Must have a valid image extension (jpg,gif,png) when using auto detection of image type
12003Unknown file extension (%s) in MGraph::SetBackgroundImage() for filename: %s
12004The image format of your background image (%s) is not supported in your system configuration.
12005Can't read background image: %s
12006Illegal sizes specified for width or height when creating an image, (width=%d, height=%d)
12007Argument to MGraph::Add() is not a valid GD image handle.
12008Your PHP (and GD-lib) installation does not appear to support any known graphic formats.
12009Your PHP installation does not support the chosen graphic format: %s
12010Can't create or stream image to file %s Check that PHP has enough permission to write a file to the current directory.
12011Can't create truecolor image. Check that you really have GD2 library installed.
12012Can't create image. Check that you really have GD2 library installed.
13001Unknown needle style (%d).
13002Value for odometer (%f) is outside specified scale [%f,%f]
14001Pie3D::ShowBorder() . Deprecated function. Use Pie3D::SetEdge() to control the edges around slices.
14002PiePlot3D::SetAngle() 3D Pie projection angle must be between 5 and 85 degrees.
14003Internal assertion failed. Pie3D::Pie3DSlice
14004Slice start angle must be between 0 and 360 degrees.
14005Pie3D Internal error: Trying to wrap twice when looking for start index
14006Pie3D Internal Error: Z-Sorting algorithm for 3D Pies is not working properly (2). Trying to wrap twice while stroking.
14007Width for 3D Pie is 0. Specify a size > 0
15001PiePLot::SetTheme() Unknown theme: %s
15002Argument to PiePlot::ExplodeSlice() must be an integer
15003Argument to PiePlot::Explode() must be an array with integer distances.
15004Slice start angle must be between 0 and 360 degrees.
15005PiePlot::SetFont() is deprecated. Use PiePlot->value->SetFont() instead.
15006PiePlot::SetSize() Radius for pie must either be specified as a fraction [0, 0.5] of the size of the image or as an absolute size in pixels in the range [10, 1000]
15007PiePlot::SetFontColor() is deprecated. Use PiePlot->value->SetColor() instead.
15008PiePlot::SetLabelType() Type for pie plots must be 0 or 1 (not %d).
15009Illegal pie plot. Sum of all data is zero for Pie Plot
15010Sum of all data is 0 for Pie.
15011In order to use image transformation you must include the file jpgraph_imgtrans.php in your script.
16001Density for pattern must be between 1 and 100. (You tried %f)
16002No positions specified for pattern.
16003Unknown pattern specification (%d)
16004Min value for plotband is larger than specified max value. Please correct.
17001Polar plots must have an even number of data point. Each data point is a tuple (angle,radius).
17002Unknown alignment specified for X-axis title. (%s)
17004Unknown scale type for polar graph. Must be "lin" or "log"
18001Client side image maps not supported for RadarPlots.
18002RadarGraph::SupressTickMarks() is deprecated. Use HideTickMarks() instead.
18003Illegal scale for radarplot (%s). Must be 'lin' or 'log'
18004Radar Plot size must be between 0.1 and 1. (Your value=%f)
18005RadarPlot Unsupported Tick density: %d
18006Minimum data %f (Radar plots should only be used when all data points > 0)
18007Number of titles does not match number of points in plot.
18008Each radar plot must have the same number of data points.
19001Spline: Number of X and Y coordinates must be the same
19002Invalid input data for spline. Two or more consecutive input X-values are equal. Each input X-value must differ since from a mathematical point of view it must be a one-to-one mapping, i.e. each X-value must correspond to exactly one Y-value.
19003Bezier: Number of X and Y coordinates must be the same
20001Fieldplots must have equal number of X and Y points.
20002Fieldplots must have an angle specified for each X and Y points.
20003Scatterplot must have equal number of X and Y points.
21001Data values for Stock charts must contain an even multiple of %d data points.
22001Total percentage for all windrose legs in a windrose plot can not exceed 100%% !\n(Current max is: %d)
22002Graph is too small to have a scale. Please make the graph larger.
22004Label specification for windrose directions must have 16 values (one for each compass direction).
22005Line style for radial lines must be on of ("solid","dotted","dashed","longdashed")
22006Illegal windrose type specified.
22007To few values for the range legend.
22008Internal error: Trying to plot free Windrose even though type is not a free windrose
22009You have specified the same direction twice, once with an angle and once with a compass direction (%f degrees)
22010Direction must either be a numeric value or one of the 16 compass directions
22011Windrose index must be numeric or direction label. You have specified index=%d
22012Windrose radial axis specification contains a direction which is not enabled.
22013You have specified the look&feel for the same compass direction twice, once with text and once with index (Index=%d)
22014Index for compass direction must be between 0 and 15.
22015You have specified an undefined Windrose plot type.
22016Windrose leg index must be numeric or direction label.
22017Windrose data contains a direction which is not enabled. Please adjust what labels are displayed.
22018You have specified data for the same compass direction twice, once with text and once with index (Index=%d)
22019Index for direction must be between 0 and 15. You can't specify angles for a Regular Windplot, only index and compass directions.
22020Windrose plot is too large to fit the specified Graph size. Please use WindrosePlot::SetSize() to make the plot smaller or increase the size of the Graph in the initial WindroseGraph() call.
22021It is only possible to add Text, IconPlot or WindrosePlot to a Windrose Graph
23001This marker "%s" does not exist in color with index: %d
23002Mark color index too large for marker "%s"
23003A filename must be specified if you set the mark type to MARK_IMG.
24001FuncGenerator : No function specified.
24002FuncGenerator : Syntax error in function specification
24003DateScaleUtils: Unknown tick type specified in call to GetTicks()
24004ReadCSV2: Column count mismatch in %s line %d
25001This PHP installation is not configured with the GD library. Please recompile PHP with GD support to run JpGraph. (Neither function imagetypes() nor imagecreatefromstring() does exist)
25002Your PHP installation does not seem to have the required GD library. Please see the PHP documentation on how to install and enable the GD library.
25003General PHP error : At %s:%d : %s
25004General PHP error : %s
25005Can't access PHP_SELF, PHP global variable. You can't run PHP from command line if you want to use the 'auto' naming of cache or image files.
25006Usage of FF_CHINESE (FF_BIG5) font family requires that your PHP setup has the iconv() function. By default this is not compiled into PHP (needs the "--width-iconv" when configured).
25007You are trying to use the locale (%s) which your PHP installation does not support. Hint: Use '' to indicate the default locale for this geographic region.
25008Image width/height argument in Graph::Graph() must be numeric
25009You must specify what scale to use with a call to Graph::SetScale()
25010Graph::Add() You tried to add a null plot to the graph.
25011Graph::AddY2() You tried to add a null plot to the graph.
25012Graph::AddYN() You tried to add a null plot to the graph.
25013You can only add standard plots to multiple Y-axis
25014Graph::AddText() You tried to add a null text to the graph.
25015Graph::AddLine() You tried to add a null line to the graph.
25016Graph::AddBand() You tried to add a null band to the graph.
25017You are using GD 2.x and are trying to use a background images on a non truecolor image. To use background images with GD 2.x it is necessary to enable truecolor by setting the USE_TRUECOLOR constant to TRUE. Due to a bug in GD 2.0.1 using any truetype fonts with truecolor images will result in very poor quality fonts.
25018Incorrect file name for Graph::SetBackgroundImage() : "%s" Must have a valid image extension (jpg,gif,png) when using auto detection of image type
25019Unknown file extension (%s) in Graph::SetBackgroundImage() for filename: "%s"
25020Graph::SetScale(): Specified Max value must be larger than the specified Min value.
25021Unknown scale specification for Y-scale. (%s)
25022Unknown scale specification for X-scale. (%s)
25023Unsupported Y2 axis type: "%s" Must be one of (lin,log,int)
25024Unsupported Y axis type: "%s" Must be one of (lin,log,int)
25025Unsupported Tick density: %d
25026Can't draw unspecified Y-scale. You have either: 1. Specified an Y axis for auto scaling but have not supplied any plots. 2. Specified a scale manually but have forgot to specify the tick steps
25027Can't open cached CSIM "%s" for reading.
25028Apache/PHP does not have permission to write to the CSIM cache directory (%s). Check permissions.
25029Can't write CSIM "%s" for writing. Check free space and permissions.
25030Missing script name in call to StrokeCSIM(). You must specify the name of the actual image script as the first parameter to StrokeCSIM().
25031You must specify what scale to use with a call to Graph::SetScale().
25032No plots for Y-axis nbr:%d
25033 
25034Can't draw unspecified X-scale. No plots specified.
25035You have enabled clipping. Clipping is only supported for graphs at 0 or 90 degrees rotation. Please adjust you current angle (=%d degrees) or disable clipping.
25036Unknown AxisStyle() : %s
25037The image format of your background image (%s) is not supported in your system configuration.
25038Background image seems to be of different type (has different file extension) than specified imagetype. Specified: %s File: %s
25039Can't read background image: "%s"
25040It is not possible to specify both a background image and a background country flag.
25041In order to use Country flags as backgrounds you must include the "jpgraph_flags.php" file.
25042Unknown background image layout
25043Unknown title background style.
25044Cannot use auto scaling since it is impossible to determine a valid min/max value of the Y-axis (only null values).
25045Font families FF_HANDWRT and FF_BOOK are no longer available due to copyright problem with these fonts. Fonts can no longer be distributed with JpGraph. Please download fonts from http://corefonts.sourceforge.net/
25046Specified TTF font family (id=%d) is unknown or does not exist. Please note that TTF fonts are not distributed with JpGraph for copyright reasons. You can find the MS TTF WEB-fonts (arial, courier etc) for download at http://corefonts.sourceforge.net/
25047Style %s is not available for font family %s
25048Unknown font style specification [%s].
25049Font file "%s" is not readable or does not exist.
25050First argument to Text::Text() must be a string.
25051Invalid direction specified for text.
25052PANIC: Internal error in SuperScript::Stroke(). Unknown vertical alignment for text
25053PANIC: Internal error in SuperScript::Stroke(). Unknown horizontal alignment for text
25054Internal error: Unknown grid axis %s
25055Axis::SetTickDirection() is deprecated. Use Axis::SetTickSide() instead
25056SetTickLabelMargin() is deprecated. Use Axis::SetLabelMargin() instead.
25057SetTextTicks() is deprecated. Use SetTextTickInterval() instead.
25058Text label interval must be specified >= 1.
25059SetLabelPos() is deprecated. Use Axis::SetLabelSide() instead.
25060Unknown alignment specified for X-axis title. (%s)
25061Unknown alignment specified for Y-axis title. (%s)
25062Labels at an angle are not supported on Y-axis
25063Ticks::SetPrecision() is deprecated. Use Ticks::SetLabelFormat() (or Ticks::SetFormatCallback()) instead
25064Minor or major step size is 0. Check that you haven't got an accidental SetTextTicks(0) in your code. If this is not the case you might have stumbled upon a bug in JpGraph. Please report this and if possible include the data that caused the problem
25065Tick positions must be specified as an array()
25066When manually specifying tick positions and labels the number of labels must be the same as the number of specified ticks.
25067Your manually specified scale and ticks is not correct. The scale seems to be too small to hold any of the specified tick marks.
25068A plot has an illegal scale. This could for example be that you are trying to use text auto scaling to draw a line plot with only one point or that the plot area is too small. It could also be that no input data value is numeric (perhaps only '-' or 'x')
25069Grace must be larger then 0
25070Either X or Y data arrays contains non-numeric values. Check that the data is really specified as numeric data and not as strings. It is an error to specify data for example as '-2345.2' (using quotes).
25071You have specified a min value with SetAutoMin() which is larger than the maximum value used for the scale. This is not possible.
25072You have specified a max value with SetAutoMax() which is smaller than the minimum value used for the scale. This is not possible.
25073Internal error. Integer scale algorithm comparison out of bound (r=%f)
25074Internal error. The scale range is negative (%f) [for %s scale] This problem could potentially be caused by trying to use \"illegal\" values in the input data arrays (like trying to send in strings or only NULL values) which causes the auto scaling to fail.
25075Can't automatically determine ticks since min==max.
25077Adjustment factor for color must be > 0
25078Unknown color: %s
25079Unknown color specification: %s, size=%d
25080Alpha parameter for color must be between 0.0 and 1.0
25081Selected graphic format is either not supported or unknown [%s]
25082Illegal sizes specified for width or height when creating an image, (width=%d, height=%d)
25083Illegal image size when copying image. Size for copied to image is 1 pixel or less.
25084Failed to create temporary GD canvas. Possible Out of memory problem.
25085An image can not be created from the supplied string. It is either in a format not supported or the string is representing an corrupt image.
25086You only seem to have GD 1.x installed. To enable Alphablending requires GD 2.x or higher. Please install GD or make sure the constant USE_GD2 is specified correctly to reflect your installation. By default it tries to auto detect what version of GD you have installed. On some very rare occasions it may falsely detect GD2 where only GD1 is installed. You must then set USE_GD2 to false.
25087This PHP build has not been configured with TTF support. You need to recompile your PHP installation with FreeType support.
25088You have a misconfigured GD font support. The call to imagefontwidth() fails.
25089You have a misconfigured GD font support. The call to imagefontheight() fails.
25090Unknown direction specified in call to StrokeBoxedText() [%s]
25091Internal font does not support drawing text at arbitrary angle. Use TTF fonts instead.
25092There is either a configuration problem with TrueType or a problem reading font file "%s" Make sure file exists and is in a readable place for the HTTP process. (If 'basedir' restriction is enabled in PHP then the font file must be located in the document root.). It might also be a wrongly installed FreeType library. Try upgrading to at least FreeType 2.1.13 and recompile GD with the correct setup so it can find the new FT library.
25093Can not read font file "%s" in call to Image::GetBBoxTTF. Please make sure that you have set a font before calling this method and that the font is installed in the TTF directory.
25094Direction for text most be given as an angle between 0 and 90.
25095Unknown font font family specification.
25096Can't allocate any more colors in palette image. Image has already allocated maximum of %d colors and the palette is now full. Change to a truecolor image instead
25097Color specified as empty string in PushColor().
25098Negative Color stack index. Unmatched call to PopColor()
25099Parameters for brightness and Contrast out of range [-1,1]
25100Problem with color palette and your GD setup. Please disable anti-aliasing or use GD2 with true-color. If you have GD2 library installed please make sure that you have set the USE_GD2 constant to true and truecolor is enabled.
25101Illegal numeric argument to SetLineStyle(): (%d)
25102Illegal string argument to SetLineStyle(): %s
25103Illegal argument to SetLineStyle %s
25104Unknown line style: %s
25105NULL data specified for a filled polygon. Check that your data is not NULL.
25106Image::FillToBorder : Can not allocate more colors
25107Can't write to file "%s". Check that the process running PHP has enough permission.
25108Can't stream image. This is most likely due to a faulty PHP/GD setup. Try to recompile PHP and use the built-in GD library that comes with PHP.
25109Your PHP (and GD-lib) installation does not appear to support any known graphic formats. You need to first make sure GD is compiled as a module to PHP. If you also want to use JPEG images you must get the JPEG library. Please see the PHP docs for details.
25110Your PHP installation does not support the chosen graphic format: %s
25111Can't delete cached image %s. Permission problem?
25112Cached imagefile (%s) has file date in the future.
25113Can't delete cached image "%s". Permission problem?
25114PHP has not enough permissions to write to the cache file "%s". Please make sure that the user running PHP has write permission for this file if you wan to use the cache system with JpGraph.
25115Can't set permission for cached image "%s". Permission problem?
25116Cant open file from cache "%s"
25117Can't open cached image "%s" for reading.
25118Can't create directory "%s". Make sure PHP has write permission to this directory.
25119Can't set permissions for "%s". Permission problems?
25120Position for legend must be given as percentage in range 0-1
25121Empty input data array specified for plot. Must have at least one data point.
25122Stroke() must be implemented by concrete subclass to class Plot
25123You can't use a text X-scale with specified X-coords. Use a "int" or "lin" scale instead.
25124The input data array must have consecutive values from position 0 and forward. The given y-array starts with empty values (NULL)
25125Illegal direction for static line
25126Can't create truecolor image. Check that the GD2 library is properly setup with PHP.
25127The library has been configured for automatic encoding conversion of Japanese fonts. This requires that PHP has the mb_convert_encoding() function. Your PHP installation lacks this function (PHP needs the "--enable-mbstring" when compiled).
25128The function imageantialias() is not available in your PHP installation. Use the GD version that comes with PHP and not the standalone version.
25129Anti-alias can not be used with dashed lines. Please disable anti-alias or use solid lines.
25130Too small plot area. (%d x %d). With the given image size and margins there is to little space left for the plot. Increase the plot size or reduce the margins.
25131StrokeBoxedText2() only supports TTF fonts and not built-in bitmap fonts.
25500Multibyte strings must be enabled in the PHP installation in order to run the LED module so that the function mb_strlen() is available. See PHP documentation for more information.
26000PDF417: The PDF417 module requires that the PHP installation must support the function bcmod(). This is normally enabled at compile time. See documentation for more information.
26001PDF417: Number of Columns must be >= 1 and <= 30
26002PDF417: Error level must be between 0 and 8
26003PDF417: Invalid format for input data to encode with PDF417
26004PDF417: Can't encode given data with error level %d and %d columns since it results in too many symbols or more than 90 rows.
26005PDF417: Can't open file "%s" for writing
26006PDF417: Internal error. Data files for PDF417 cluster %d is corrupted.
26007PDF417: Internal error. GetPattern: Illegal Code Value = %d (row=%d)
26008PDF417: Internal error. Mode not found in mode list!! mode=%d
26009PDF417: Encode error: Illegal character. Can't encode character with ASCII code=%d
26010PDF417: Internal error: No input data in decode.
26011PDF417: Encoding error. Can't use numeric encoding on non-numeric data.
26012PDF417: Internal error. No input data to decode for Binary compressor.
26013PDF417: Internal error. Checksum error. Coefficient tables corrupted.
26014PDF417: Internal error. No data to calculate codewords on.
26015PDF417: Internal error. State transition table entry 0 is NULL. Entry 1 = (%s)
26016PDF417: Internal error: Unrecognized state transition mode in decode.
27001GTextTable: Invalid argument to Set(). Array argument must be 2 dimensional
27002GTextTable: Invalid argument to Set()
27003GTextTable: Wrong number of arguments to GTextTable::SetColor()
27004GTextTable: Specified cell range to be merged is not valid.
27005GTextTable: Cannot merge already merged cells in the range: (%d,%d) to (%d,%d)
27006GTextTable: Column argument = %d is outside specified table size.
27007GTextTable: Row argument = %d is outside specified table size.
27008GTextTable: Column and row size arrays must match the dimensions of the table
27009GTextTable: Number of table columns or rows are 0. Make sure Init() or Set() is called.
27010GTextTable: No alignment specified in call to SetAlign()
27011GTextTable: Unknown alignment specified in SetAlign(). Horizontal=%s, Vertical=%s
27012GTextTable: Internal error. Invalid alignment specified =%s
27013GTextTable: Argument to FormatNumber() must be a string.
27014GTextTable: Table is not initilaized with either a call to Set() or Init()
27015GTextTable: Cell image constrain type must be TIMG_WIDTH or TIMG_HEIGHT
28001Third argument to Contour must be an array of colors.
28002Number of colors must equal the number of isobar lines specified
28003ContourPlot Internal Error: isobarHCrossing: Coloumn index too large (%d)
28004ContourPlot Internal Error: isobarHCrossing: Row index too large (%d)
28005ContourPlot Internal Error: isobarVCrossing: Row index too large (%d)
28006ContourPlot Internal Error: isobarVCrossing: Col index too large (%d)
28007ContourPlot interpolation factor is too large (>5)
29201Min range value must be less or equal to max range value for colormaps
29202The distance between min and max value is too small for numerical precision
29203Number of color quantification level must be at least %d
29204Number of colors (%d) is invalid for this colormap. It must be a number that can be written as: %d + k*%d
29205Colormap specification out of range. Must be an integer in range [0,%d]
29206Invalid object added to MatrixGraph
29207Empty input data specified for MatrixPlot
29208Unknown side specifiction for matrix labels "%s"