|
394 | 394 | </para>
|
395 | 395 | </sect3>
|
396 | 396 | </sect2>
|
| 397 | + <sect2 id="pg-variables-error-messages"> |
| 398 | + <title>Error messages</title> |
| 399 | + <itemizedlist spacing="compact"> |
| 400 | + <listitem> |
| 401 | + <para> |
| 402 | + "array argument can not be NULL" |
| 403 | + </para> |
| 404 | + </listitem> |
| 405 | + <listitem> |
| 406 | + <para> |
| 407 | + "could not identify a hash function for type %s" |
| 408 | + </para> |
| 409 | + </listitem> |
| 410 | + <listitem> |
| 411 | + <para> |
| 412 | + "could not identify a matching function for type %s" |
| 413 | + </para> |
| 414 | + </listitem> |
| 415 | + <listitem> |
| 416 | + <para> |
| 417 | + "function returning record called in context that cannot |
| 418 | + accept type record" |
| 419 | + </para> |
| 420 | + </listitem> |
| 421 | + <listitem> |
| 422 | + <para> |
| 423 | + "name "%s" is too long" |
| 424 | + </para> |
| 425 | + </listitem> |
| 426 | + <listitem> |
| 427 | + <para> |
| 428 | + "new record structure differs from variable |
| 429 | + "%s" structure" |
| 430 | + </para> |
| 431 | + </listitem> |
| 432 | + <listitem> |
| 433 | + <para> |
| 434 | + "package name can not be NULL" |
| 435 | + </para> |
| 436 | + </listitem> |
| 437 | + <listitem> |
| 438 | + <para> |
| 439 | + "record argument can not be NULL" |
| 440 | + </para> |
| 441 | + </listitem> |
| 442 | + <listitem> |
| 443 | + <para> |
| 444 | + "requested value type differs from variable |
| 445 | + "%s" key type" |
| 446 | + </para> |
| 447 | + </listitem> |
| 448 | + <listitem> |
| 449 | + <para> |
| 450 | + "searching for elements in multidimensional arrays is not |
| 451 | + supported" |
| 452 | + </para> |
| 453 | + </listitem> |
| 454 | + <listitem> |
| 455 | + <para> |
| 456 | + "there is a record in the variable "%s" with |
| 457 | + same key" |
| 458 | + </para> |
| 459 | + </listitem> |
| 460 | + <listitem> |
| 461 | + <para> |
| 462 | + "unrecognized package "%s"" |
| 463 | + </para> |
| 464 | + </listitem> |
| 465 | + <listitem> |
| 466 | + <para> |
| 467 | + "unrecognized variable "%s"" |
| 468 | + </para> |
| 469 | + </listitem> |
| 470 | + <listitem> |
| 471 | + <para> |
| 472 | + "variable "%s" requires %s value" |
| 473 | + </para> |
| 474 | + </listitem> |
| 475 | + <listitem> |
| 476 | + <para> |
| 477 | + "variable name can not be NULL" |
| 478 | + </para> |
| 479 | + </listitem> |
| 480 | + </itemizedlist> |
| 481 | + </sect2> |
397 | 482 | <sect2 id="pg-variables-examples">
|
398 | 483 | <title>Examples</title>
|
399 | 484 | <para>
|
|