1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522
|
<?xml version="1.0" encoding="UTF-8"?>
<refentry version="5.0-subset Scilab" xml:id="error_table" xml:lang="en"
xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:ns5="http://www.w3.org/1999/xhtml"
xmlns:mml="http://www.w3.org/1998/Math/MathML"
xmlns:db="http://docbook.org/ns/docbook">
<info>
<pubdate>$LastChangedDate: 2008-03-26 09:50:39 +0100 (mer., 26 mars 2008)
$</pubdate>
</info>
<refnamediv>
<refname>error_table</refname>
<refpurpose>table of error messages</refpurpose>
</refnamediv>
<refsection>
<title>Description</title>
<para>This page gives the table of the predefined error messages, and
their associated error number. Some of these error messages are used by
Scilab itself for parser errors or specific builtin errors. Some others
are of a more general use and can be used in Scilab functions. The starred
one are those for which the syntax <literal>error(n,pos)</literal> is
handled.</para>
<para>1 "Incorrect assignment."</para>
<para>2 "Invalid factor."</para>
<para>3 "Waiting for right parenthesis."</para>
<para>4 "Undefined variable: %s"</para>
<para>5 "Inconsistent column/row dimensions."</para>
<para>6 "Inconsistent row/column dimensions."</para>
<para>7 "Dot cannot be used as modifier for this operator."</para>
<para>8 "Inconsistent addition."</para>
<para>9 "Inconsistent subtraction."</para>
<para>10 "Inconsistent multiplication."</para>
<para>11 "Inconsistent right division."</para>
<para>12 "Inconsistent left division."</para>
<para>13 "Redefining permanent variable."</para>
<para>14 "Eye variable undefined in this context."</para>
<para>15 "Submatrix incorrectly defined."</para>
<para>16 "Incorrect command!"</para>
<para>17 "stack size exceeded! Use stacksize function to increase
it."</para>
<para>18 "Too many variables!"</para>
<para>19 "Problem is singular."</para>
<para>* 20 "Wrong type for argument %d: Square matrix expected."</para>
<para>21 "Invalid index."</para>
<para>22 "Recursion problems. Sorry..."</para>
<para>23 "Matrix norms available are 1, 2, inf, and fro."</para>
<para>24 "Convergence problem..."</para>
<para>25 "Bad call to primitive: %s"</para>
<para>26 "Too complex recursion! (recursion tables are full)"</para>
<para>27 "Division by zero..."</para>
<para>28 "Empty function..."</para>
<para>29 "Matrix is not positive definite."</para>
<para>30 "Invalid exponent."</para>
<para>31 "Incorrect string."</para>
<para>32 "singularity of log or tan function"</para>
<para>33 "too many "":"""</para>
<para>34 "Incorrect control intruction syntax."</para>
<para>34 "Syntax error in a '%s' instruction."
(if,while,select/case)</para>
<para>* 36 "Wrong input argument %d."</para>
<para>* 37 "Incorrect function at line %d."</para>
<para>38 "Wrong file name."</para>
<para>39 "Incorrect number of input arguments."</para>
<para>40 "Waiting for end of command."</para>
<para>41 "Incompatible output argument."</para>
<para>42 "Incompatible input argument."</para>
<para>43 "Not implemented in scilab..."</para>
<para>* 44 "Wrong argument %d."</para>
<para>* 45 "null matrix (argument # %d)."</para>
<para>46 "Incorrect syntax."</para>
<para>47 " end or else is missing..."</para>
<para>* 48 " input line longer than buffer size: %d"</para>
<para>49 "Incorrect file or format."</para>
<para>50 "subroutine not found: %s"</para>
<para>* 52 "Wrong type for argument %d: Real matrix expected."</para>
<para>* 53 "Wrong type for input argument %d: Real or complex matrix
expected."</para>
<para>* 54 "Wrong type for input argument %d: Polynomial expected."</para>
<para>* 55 "Wrong type for argument %d: String expected."</para>
<para>* 56 "Wrong type for argument %d: List expected."</para>
<para>57 "Problem with comparison symbol..."</para>
<para>58 "Function has no input argument..."</para>
<para>59 "Function has no output."</para>
<para>60 "Wrong size for argument: Incompatible dimensions."</para>
<para>61 "Direct access : give format."</para>
<para>* 62 "End of file at line %d."</para>
<para>* 63 "%d graphic terminal?"</para>
<para>64 "Integration fails."</para>
<para>* 65 "%d: logical unit already used."</para>
<para>66 "No more logical units available!"</para>
<para>67 "Unknown file format."</para>
<para>68 "Fatal error!!! Your variables have been saved in the file :
%s"</para>
<para>69 "Floating point exception."</para>
<para>70 "Too many arguments in fort (max 30)."</para>
<para>71 "This variable is not valid in fort."</para>
<para>72 "%s is not valid in this context."</para>
<para>73 "Error while linking."</para>
<para>74 "Leading coefficient is zero."</para>
<para>75 "Too high degree (max 100)."</para>
<para>* 76 "for x=val with type(val)=%d is not implemented in
Scilab."</para>
<para>77 "%s: Wrong number of input arguments."</para>
<para>78 "%s: Wrong number of output arguments."</para>
<para>79 "Indexing not allowed for output arguments of resume."</para>
<para>80 "Incorrect function (argument n: %d)."</para>
<para>81 "%s: Wrong type for argument %d: Real or complex matrix
expected."</para>
<para>82 "%s: Wrong type for argument %d: Real matrix expected."</para>
<para>83 "%s: Wrong type for argument %d: Real vector expected."</para>
<para>84 "%s: Wrong type for argument %d: Scalar expected."</para>
<para>85 "Host does not answer..."</para>
<para>86 "Uncontrollable system."</para>
<para>87 "Unobservable system."</para>
<para>88 "sfact: singular or asymmetric problem."</para>
<para>* 89 "Wrong size for argument %d."</para>
<para>* 90 "Wrong type for argument %d: Transfer matrix expected."</para>
<para>* 91 "Wrong type for argument %d: In state space form
expected."</para>
<para>* 92 "Wrong type for argument %d: Rational matrix expected."</para>
<para>* 93 "Wrong type for argument %d: In continuous time
expected."</para>
<para>* 94 "Wrong type for argument %d: In discrete time expected."</para>
<para>* 95 "Wrong type for argument %d: SISO expected."</para>
<para>* 96 "time domain of argument %d is not defined."</para>
<para>* 97 "Wrong type for argument %d: A system in state space or
transfer matrix form expected."</para>
<para>98 "Variable returned by scilab argument function is
incorrect."</para>
<para>* 99 "Elements of %dth argument must be in increasing order."</para>
<para>* 100 "Elements of %dth argument are not in (strictly) decreasing
order."</para>
<para>* 101 "Last element of %dth argument <> first."</para>
<para>102 "Variable or function %s are not in file."</para>
<para>103 "Variable %s is not a valid rational function."</para>
<para>104 "Variable %s is not a valid state space representation."</para>
<para>105 "Undefined fonction."</para>
<para>106 "Function name already used."</para>
<para>* 107 "Too many functions are defined (maximum #:%d)."</para>
<para>108 "Too complex for scilab, may be a too long control
instruction."</para>
<para>109 "Too large, can't be displayed."</para>
<para>110 "%s was a function when compiled but is now a primitive!"</para>
<para>111 "Trying to re-define function %s."</para>
<para>112 "No more memory."</para>
<para>113 "Too large string."</para>
<para>114 "Too many linked routines."</para>
<para>115 "Stack problem detected within a loop."</para>
<para>* 116 "Wrong value for argument %d."</para>
<para>* 117 "List element number %d is Undefined."</para>
<para>* 118 "Wrong type for argument %d: Named variable not an expression
expected."</para>
<para>120 "Indices for non-zero elements must be given by a 2 column
matrix."</para>
<para>121 "Incompatible indices for non-zero elements."</para>
<para>* 122 "Logical unit number should be larger than %d."</para>
<para>123 "Function not bounded from below."</para>
<para>125 "Problem may be unbounded: too high distance between two
consecutive iterations."</para>
<para>126 "Inconsistent constraints."</para>
<para>127 "No feasible solution."</para>
<para>128 "Degenerate starting point."</para>
<para>129 "No feasible point has been found."</para>
<para>130 "Optimization fails: back to initial point."</para>
<para>131 "optim: Stop requested by simulator (ind=0)"</para>
<para>132 "optim: Wrong input parameters."</para>
<para>133 "Too small memory."</para>
<para>134 "optim: Problem with initial constants in simul."</para>
<para>135 "optim : Bounds and initial guess are incompatible."</para>
<para>136 "optim : This method is NOT implemented."</para>
<para>137 "NO hot restart available in this method."</para>
<para>138 "optim: Incorrect stopping parameters."</para>
<para>139 "optim: Incorrect bounds."</para>
<para>140 "Variable : %s must be a list"</para>
<para>* 141 "Incorrect function (argument n: %d)."</para>
<para>* 142 "Hot restart: dimension of working table (argument
n:%d)."</para>
<para>143 "optim:: df0 must be positive !"</para>
<para>144 "Undefined operation for the given operands."</para>
<para>201 "%s: Wrong type for argument %d: Real or complex matrix
expected."</para>
<para>202 "%s: Wrong type for argument %d: Real matrix expected."</para>
<para>203 "%s: Wrong type for argument %d: Real vector expected."</para>
<para>* 204 "%s: Wrong type for argument %d: Scalar expected."</para>
<para>205 "%s: Wrong size for argument %d: (%d,%d) expected."</para>
<para>206 "%s: Wrong size for argument %d: %d expected."</para>
<para>207 "%s: Wrong type for argument %d: Matrix of strings
expected."</para>
<para>208 "%s: Wrong type for argument %d: Boolean matrix
expected."</para>
<para>209 "%s: Wrong type for argument %d: Matrix expected."</para>
<para>210 "%s: Wrong type for argument %d: List expected."</para>
<para>211 "%s: Wrong type for argument %d: Function or string (external
function) expected."</para>
<para>212 "%s: Wrong type for argument %d: Polynomial expected."</para>
<para>213 "%s: Wrong type for argument %d: Working integer matrix
expected."</para>
<para>214 "Argument %d of %s: wrong type argument, expecting a
vector"</para>
<para>* 215 "%dth argument type must be boolean."</para>
<para>* 216 "Wrong type for argument %d: Boolean or scalar
expected."</para>
<para>* 217 "Wrong type for argument %d: Sparse matrix of scalars
expected."</para>
<para>* 218 "Wrong type for argument %d: Handle to sparse lu factors
expected."</para>
<para>* 219 "Wrong type argument %d: Sparse or full scalar matrix
expected."</para>
<para>220 "Null variable cannot be used here."</para>
<para>221 "A sparse matrix entry is defined with two differents
values."</para>
<para>222 "%s not yet implemented for full input parameter."</para>
<para>223 "It is not possible to redefine the %s primitive this way (see
clearfun)."</para>
<para>224 "Type data base is full."</para>
<para>225 "This data type is already defined."</para>
<para>226 "Inequality comparison with empty matrix."</para>
<para>227 "Missing index."</para>
<para>228 "reference to the cleared global variable %s."</para>
<para>229 "Operands of / and \\ operations must not contain NaN of
Inf."</para>
<para>230 "semi def fails."</para>
<para>231 "Wrong type for first input argument: Single string
expected."</para>
<para>232 "Entry name not found."</para>
<para>233 "Maximum number of dynamic interfaces reached."</para>
<para>234 "link: expecting more than one argument."</para>
<para>235 "link: problem with one of the entry point."</para>
<para>236 "link: the shared archive was not loaded."</para>
<para>237 "link: Only one entry point allowed on this operating
system."</para>
<para>238 "link: First argument cannot be a number."</para>
<para>239 "You cannot link more functions, maxentry reached."</para>
<para>240 "File '%s' already exists or directory write access
denied."</para>
<para>241 "File '%s' does not exist or read access denied."</para>
<para>242 "Binary direct access files must be opened by 'file'."</para>
<para>243 "C file logical unit not allowed here."</para>
<para>244 "Fortran file logical unit not allowed here."</para>
<para>* 245 "No input file associated to logical unit %d."</para>
<para>246 "function not defined for given argument type(s)"</para>
<para>247 "Wrong value for argument %d: the lu handle is no more
valid."</para>
<para>* 248 "Wrong value for argument %d: Valid variable name
expected."</para>
<para>* 249 "Wrong value for argument %d: Empty string expected."</para>
<para>250 "Recursive extraction is not valid in this context."</para>
<para>251 "bvode: ipar dimensioned at least 11."</para>
<para>252 "bvode: ltol must be of size ipar(4)."</para>
<para>253 "bvode: fixpnt must be of size ipar(11)."</para>
<para>254 "bvode: ncomp < 20 requested."</para>
<para>255 "bvode: m must be of size ncomp."</para>
<para>256 "bvode: sum(m) must be less than 40."</para>
<para>257 "bvode: sum(m) must be less than 40."</para>
<para>258 "bvode: input data error."</para>
<para>259 "bvode: no. of subintervals exceeds storage."</para>
<para>260 "bvode: Th colocation matrix is singular."</para>
<para>261 "Interface property table is full."</para>
<para>* 262 "Too many global variables! , max number is %d."</para>
<para>263 "Error while writing in file,(disk full or deleted file."</para>
<para>* 264 "Wrong value for argument %d: Must not contain NaN or
Inf."</para>
<para>265 "A and B must have equal number of rows."</para>
<para>266 "A and B must have equal number of columns."</para>
<para>267 "A and B must have equal dimensions."</para>
<para>* 268 "Invalid return value for function passed in arg %d."</para>
<para>* 269 "Wrong value for argument %d: eigenvalues must have negative
real parts."</para>
<para>* 270 "Wrong value for argument %d: eigenvalues modulus must be less
than one."</para>
<para>* 271 "Size varying argument a*eye(), (arg %d) not allowed
here."</para>
<para>272 "endfunction is missing."</para>
<para>273 "Instruction left hand side: waiting for a dot or a left
parenthesis."</para>
<para>274 "Instruction left hand side: waiting for a name."</para>
<para>275 "varargout keyword cannot be used here."</para>
<para>276 "Missing operator, comma, or semicolon."</para>
<para>277 "Too many commands defined."</para>
<para>278 "%s: Input arguments should have the same formal variable
name."</para>
</refsection>
<refsection>
<title>See Also</title>
<simplelist type="inline">
<member><link linkend="warning">warning</link></member>
<member><link linkend="errcatch">errcatch</link></member>
<member><link linkend="execstr">execstr</link></member>
<member><link linkend="lasterror">lasterror</link></member>
</simplelist>
</refsection>
</refentry>
|