home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Source / Vcl / iberrorcodes.pas < prev    next >
Pascal/Delphi Source File  |  1999-08-11  |  34KB  |  684 lines

  1. {********************************************************}
  2. {                                                        }
  3. {       Borland Delphi Visual Component Library          }
  4. {       InterBase Express core components                }
  5. {                                                        }
  6. {       Copyright (c) 1998-1999 Inprise Corporation      }
  7. {                                                        }
  8. {    InterBase Express is based in part on the product   }
  9. {    Free IB Components, written by Gregory H. Deatz for }
  10. {    Hoagland, Longo, Moran, Dunst & Doukas Company.     }
  11. {    Free IB Components is used under license.           }
  12. {                                                        }
  13. {********************************************************}
  14.  
  15. unit IBErrorCodes;
  16.  
  17. interface
  18.  
  19. const
  20.   isc_arith_except               =  335544321;
  21.   isc_bad_dbkey                  =  335544322;
  22.   isc_bad_db_format              =  335544323;
  23.   isc_bad_db_handle              =  335544324;
  24.   isc_bad_dpb_content            =  335544325;
  25.   isc_bad_dpb_form               =  335544326;
  26.   isc_bad_req_handle             =  335544327;
  27.   isc_bad_segstr_handle          =  335544328;
  28.   isc_bad_segstr_id              =  335544329;
  29.   isc_bad_tpb_content            =  335544330;
  30.   isc_bad_tpb_form               =  335544331;
  31.   isc_bad_trans_handle           =  335544332;
  32.   isc_bug_check                  =  335544333;
  33.   isc_convert_error              =  335544334;
  34.   isc_db_corrupt                 =  335544335;
  35.   isc_deadlock                   =  335544336;
  36.   isc_excess_trans               =  335544337;
  37.   isc_from_no_match              =  335544338;
  38.   isc_infinap                    =  335544339;
  39.   isc_infona                     =  335544340;
  40.   isc_infunk                     =  335544341;
  41.   isc_integ_fail                 =  335544342;
  42.   isc_invalid_blr                =  335544343;
  43.   isc_io_error                   =  335544344;
  44.   isc_lock_conflict              =  335544345;
  45.   isc_metadata_corrupt           =  335544346;
  46.   isc_not_valid                  =  335544347;
  47.   isc_no_cur_rec                 =  335544348;
  48.   isc_no_dup                     =  335544349;
  49.   isc_no_finish                  =  335544350;
  50.   isc_no_meta_update             =  335544351;
  51.   isc_no_priv                    =  335544352;
  52.   isc_no_recon                   =  335544353;
  53.   isc_no_record                  =  335544354;
  54.   isc_no_segstr_close            =  335544355;
  55.   isc_obsolete_metadata          =  335544356;
  56.   isc_open_trans                 =  335544357;
  57.   isc_port_len                   =  335544358;
  58.   isc_read_only_field            =  335544359;
  59.   isc_read_only_rel              =  335544360;
  60.   isc_read_only_trans            =  335544361;
  61.   isc_read_only_view             =  335544362;
  62.   isc_req_no_trans               =  335544363;
  63.   isc_req_sync                   =  335544364;
  64.   isc_req_wrong_db               =  335544365;
  65.   isc_segment                    =  335544366;
  66.   isc_segstr_eof                 =  335544367;
  67.   isc_segstr_no_op               =  335544368;
  68.   isc_segstr_no_read             =  335544369;
  69.   isc_segstr_no_trans            =  335544370;
  70.   isc_segstr_no_write            =  335544371;
  71.   isc_segstr_wrong_db            =  335544372;
  72.   isc_sys_request                =  335544373;
  73.   isc_stream_eof                 =  335544374;
  74.   isc_unavailable                =  335544375;
  75.   isc_unres_rel                  =  335544376;
  76.   isc_uns_ext                    =  335544377;
  77.   isc_wish_list                  =  335544378;
  78.   isc_wrong_ods                  =  335544379;
  79.   isc_wronumarg                  =  335544380;
  80.   isc_imp_exc                    =  335544381;
  81.   isc_random                     =  335544382;
  82.   isc_fatal_conflict             =  335544383;
  83.   isc_badblk                     =  335544384;
  84.   isc_invpoolcl                  =  335544385;
  85.   isc_nopoolids                  =  335544386;
  86.   isc_relbadblk                  =  335544387;
  87.   isc_blktoobig                  =  335544388;
  88.   isc_bufexh                     =  335544389;
  89.   isc_syntaxerr                  =  335544390;
  90.   isc_bufinuse                   =  335544391;
  91.   isc_bdbincon                   =  335544392;
  92.   isc_reqinuse                   =  335544393;
  93.   isc_badodsver                  =  335544394;
  94.   isc_relnotdef                  =  335544395;
  95.   isc_fldnotdef                  =  335544396;
  96.   isc_dirtypage                  =  335544397;
  97.   isc_waifortra                  =  335544398;
  98.   isc_doubleloc                  =  335544399;
  99.   isc_nodnotfnd                  =  335544400;
  100.   isc_dupnodfnd                  =  335544401;
  101.   isc_locnotmar                  =  335544402;
  102.   isc_badpagtyp                  =  335544403;
  103.   isc_corrupt                    =  335544404;
  104.   isc_badpage                    =  335544405;
  105.   isc_badindex                   =  335544406;
  106.   isc_dbbnotzer                  =  335544407;
  107.   isc_tranotzer                  =  335544408;
  108.   isc_trareqmis                  =  335544409;
  109.   isc_badhndcnt                  =  335544410;
  110.   isc_wrotpbver                  =  335544411;
  111.   isc_wroblrver                  =  335544412;
  112.   isc_wrodpbver                  =  335544413;
  113.   isc_blobnotsup                 =  335544414;
  114.   isc_badrelation                =  335544415;
  115.   isc_nodetach                   =  335544416;
  116.   isc_notremote                  =  335544417;
  117.   isc_trainlim                   =  335544418;
  118.   isc_notinlim                   =  335544419;
  119.   isc_traoutsta                  =  335544420;
  120.   isc_connect_reject             =  335544421;
  121.   isc_dbfile                     =  335544422;
  122.   isc_orphan                     =  335544423;
  123.   isc_no_lock_mgr                =  335544424;
  124.   isc_ctxinuse                   =  335544425;
  125.   isc_ctxnotdef                  =  335544426;
  126.   isc_datnotsup                  =  335544427;
  127.   isc_badmsgnum                  =  335544428;
  128.   isc_badparnum                  =  335544429;
  129.   isc_virmemexh                  =  335544430;
  130.   isc_blocking_signal            =  335544431;
  131.   isc_lockmanerr                 =  335544432;
  132.   isc_journerr                   =  335544433;
  133.   isc_keytoobig                  =  335544434;
  134.   isc_nullsegkey                 =  335544435;
  135.   isc_sqlerr                     =  335544436;
  136.   isc_wrodynver                  =  335544437;
  137.   isc_funnotdef                  =  335544438;
  138.   isc_funmismat                  =  335544439;
  139.   isc_bad_msg_vec                =  335544440;
  140.   isc_bad_detach                 =  335544441;
  141.   isc_noargacc_read              =  335544442;
  142.   isc_noargacc_write             =  335544443;
  143.   isc_read_only                  =  335544444;
  144.   isc_ext_err                    =  335544445;
  145.   isc_non_updatable              =  335544446;
  146.   isc_no_rollback                =  335544447;
  147.   isc_bad_sec_info               =  335544448;
  148.   isc_invalid_sec_info           =  335544449;
  149.   isc_misc_interpreted           =  335544450;
  150.   isc_update_conflict            =  335544451;
  151.   isc_unlicensed                 =  335544452;
  152.   isc_obj_in_use                 =  335544453;
  153.   isc_nofilter                   =  335544454;
  154.   isc_shadow_accessed            =  335544455;
  155.   isc_invalid_sdl                =  335544456;
  156.   isc_out_of_bounds              =  335544457;
  157.   isc_invalid_dimension          =  335544458;
  158.   isc_rec_in_limbo               =  335544459;
  159.   isc_shadow_missing             =  335544460;
  160.   isc_cant_validate              =  335544461;
  161.   isc_cant_start_journal         =  335544462;
  162.   isc_gennotdef                  =  335544463;
  163.   isc_cant_start_logging         =  335544464;
  164.   isc_bad_segstr_type            =  335544465;
  165.   isc_foreign_key                =  335544466;
  166.   isc_high_minor                 =  335544467;
  167.   isc_tra_state                  =  335544468;
  168.   isc_trans_invalid              =  335544469;
  169.   isc_buf_invalid                =  335544470;
  170.   isc_indexnotdefined            =  335544471;
  171.   isc_login                      =  335544472;
  172.   isc_invalid_bookmark           =  335544473;
  173.   isc_bad_lock_level             =  335544474;
  174.   isc_relation_lock              =  335544475;
  175.   isc_record_lock                =  335544476;
  176.   isc_max_idx                    =  335544477;
  177.   isc_jrn_enable                 =  335544478;
  178.   isc_old_failure                =  335544479;
  179.   isc_old_in_progress            =  335544480;
  180.   isc_old_no_space               =  335544481;
  181.   isc_no_wal_no_jrn              =  335544482;
  182.   isc_num_old_files              =  335544483;
  183.   isc_wal_file_open              =  335544484;
  184.   isc_bad_stmt_handle            =  335544485;
  185.   isc_wal_failure                =  335544486;
  186.   isc_walw_err                   =  335544487;
  187.   isc_logh_small                 =  335544488;
  188.   isc_logh_inv_version           =  335544489;
  189.   isc_logh_open_flag             =  335544490;
  190.   isc_logh_open_flag2            =  335544491;
  191.   isc_logh_diff_dbname           =  335544492;
  192.   isc_logf_unexpected_eof        =  335544493;
  193.   isc_logr_incomplete            =  335544494;
  194.   isc_logr_header_small          =  335544495;
  195.   isc_logb_small                 =  335544496;
  196.   isc_wal_illegal_attach         =  335544497;
  197.   isc_wal_invalid_wpb            =  335544498;
  198.   isc_wal_err_rollover           =  335544499;
  199.   isc_no_wal                     =  335544500;
  200.   isc_drop_wal                   =  335544501;
  201.   isc_stream_not_defined         =  335544502;
  202.   isc_wal_subsys_error           =  335544503;
  203.   isc_wal_subsys_corrupt         =  335544504;
  204.   isc_no_archive                 =  335544505;
  205.   isc_shutinprog                 =  335544506;
  206.   isc_range_in_use               =  335544507;
  207.   isc_range_not_found            =  335544508;
  208.   isc_charset_not_found          =  335544509;
  209.   isc_lock_timeout               =  335544510;
  210.   isc_prcnotdef                  =  335544511;
  211.   isc_prcmismat                  =  335544512;
  212.   isc_wal_bugcheck               =  335544513;
  213.   isc_wal_cant_expand            =  335544514;
  214.   isc_codnotdef                  =  335544515;
  215.   isc_xcpnotdef                  =  335544516;
  216.   isc_except                     =  335544517;
  217.   isc_cache_restart              =  335544518;
  218.   isc_bad_lock_handle            =  335544519;
  219.   isc_jrn_present                =  335544520;
  220.   isc_wal_err_rollover2          =  335544521;
  221.   isc_wal_err_logwrite           =  335544522;
  222.   isc_wal_err_jrn_comm           =  335544523;
  223.   isc_wal_err_expansion          =  335544524;
  224.   isc_wal_err_setup              =  335544525;
  225.   isc_wal_err_ww_sync            =  335544526;
  226.   isc_wal_err_ww_start           =  335544527;
  227.   isc_shutdown                   =  335544528;
  228.   isc_existing_priv_mod          =  335544529;
  229.   isc_primary_key_ref            =  335544530;
  230.   isc_primary_key_notnull        =  335544531;
  231.   isc_ref_cnstrnt_notfound       =  335544532;
  232.   isc_foreign_key_notfound       =  335544533;
  233.   isc_ref_cnstrnt_update         =  335544534;
  234.   isc_check_cnstrnt_update       =  335544535;
  235.   isc_check_cnstrnt_del          =  335544536;
  236.   isc_integ_index_seg_del        =  335544537;
  237.   isc_integ_index_seg_mod        =  335544538;
  238.   isc_integ_index_del            =  335544539;
  239.   isc_integ_index_mod            =  335544540;
  240.   isc_check_trig_del             =  335544541;
  241.   isc_check_trig_update          =  335544542;
  242.   isc_cnstrnt_fld_del            =  335544543;
  243.   isc_cnstrnt_fld_rename         =  335544544;
  244.   isc_rel_cnstrnt_update         =  335544545;
  245.   isc_constaint_on_view          =  335544546;
  246.   isc_invld_cnstrnt_type         =  335544547;
  247.   isc_primary_key_exists         =  335544548;
  248.   isc_systrig_update             =  335544549;
  249.   isc_not_rel_owner              =  335544550;
  250.   isc_grant_obj_notfound         =  335544551;
  251.   isc_grant_fld_notfound         =  335544552;
  252.   isc_grant_nopriv               =  335544553;
  253.   isc_nonsql_security_rel        =  335544554;
  254.   isc_nonsql_security_fld        =  335544555;
  255.   isc_wal_cache_err              =  335544556;
  256.   isc_shutfail                   =  335544557;
  257.   isc_check_constraint           =  335544558;
  258.   isc_bad_svc_handle             =  335544559;
  259.   isc_shutwarn                   =  335544560;
  260.   isc_wrospbver                  =  335544561;
  261.   isc_bad_spb_form               =  335544562;
  262.   isc_svcnotdef                  =  335544563;
  263.   isc_no_jrn                     =  335544564;
  264.   isc_transliteration_failed     =  335544565;
  265.   isc_start_cm_for_wal           =  335544566;
  266.   isc_wal_ovflow_log_required    =  335544567;
  267.   isc_text_subtype               =  335544568;
  268.   isc_dsql_error                 =  335544569;
  269.   isc_dsql_command_err           =  335544570;
  270.   isc_dsql_constant_err          =  335544571;
  271.   isc_dsql_cursor_err            =  335544572;
  272.   isc_dsql_datatype_err          =  335544573;
  273.   isc_dsql_decl_err              =  335544574;
  274.   isc_dsql_cursor_update_err     =  335544575;
  275.   isc_dsql_cursor_open_err       =  335544576;
  276.   isc_dsql_cursor_close_err      =  335544577;
  277.   isc_dsql_field_err             =  335544578;
  278.   isc_dsql_internal_err          =  335544579;
  279.   isc_dsql_relation_err          =  335544580;
  280.   isc_dsql_procedure_err         =  335544581;
  281.   isc_dsql_request_err           =  335544582;
  282.   isc_dsql_sqlda_err             =  335544583;
  283.   isc_dsql_var_count_err         =  335544584;
  284.   isc_dsql_stmt_handle           =  335544585;
  285.   isc_dsql_function_err          =  335544586;
  286.   isc_dsql_blob_err              =  335544587;
  287.   isc_collation_not_found        =  335544588;
  288.   isc_collation_not_for_charset  =  335544589;
  289.   isc_dsql_dup_option            =  335544590;
  290.   isc_dsql_tran_err              =  335544591;
  291.   isc_dsql_invalid_array         =  335544592;
  292.   isc_dsql_max_arr_dim_exceeded  =  335544593;
  293.   isc_dsql_arr_range_error       =  335544594;
  294.   isc_dsql_trigger_err           =  335544595;
  295.   isc_dsql_subselect_err         =  335544596;
  296.   isc_dsql_crdb_prepare_err      =  335544597;
  297.   isc_specify_field_err          =  335544598;
  298.   isc_num_field_err              =  335544599;
  299.   isc_col_name_err               =  335544600;
  300.   isc_where_err                  =  335544601;
  301.   isc_table_view_err             =  335544602;
  302.   isc_distinct_err               =  335544603;
  303.   isc_key_field_count_err        =  335544604;
  304.   isc_subquery_err               =  335544605;
  305.   isc_expression_eval_err        =  335544606;
  306.   isc_node_err                   =  335544607;
  307.   isc_command_end_err            =  335544608;
  308.   isc_index_name                 =  335544609;
  309.   isc_exception_name             =  335544610;
  310.   isc_field_name                 =  335544611;
  311.   isc_token_err                  =  335544612;
  312.   isc_union_err                  =  335544613;
  313.   isc_dsql_construct_err         =  335544614;
  314.   isc_field_aggregate_err        =  335544615;
  315.   isc_field_ref_err              =  335544616;
  316.   isc_order_by_err               =  335544617;
  317.   isc_return_mode_err            =  335544618;
  318.   isc_extern_func_err            =  335544619;
  319.   isc_alias_conflict_err         =  335544620;
  320.   isc_procedure_conflict_error   =  335544621;
  321.   isc_relation_conflict_err      =  335544622;
  322.   isc_dsql_domain_err            =  335544623;
  323.   isc_idx_seg_err                =  335544624;
  324.   isc_node_name_err              =  335544625;
  325.   isc_table_name                 =  335544626;
  326.   isc_proc_name                  =  335544627;
  327.   isc_idx_create_err             =  335544628;
  328.   isc_wal_shadow_err             =  335544629;
  329.   isc_dependency                 =  335544630;
  330.   isc_idx_key_err                =  335544631;
  331.   isc_dsql_file_length_err       =  335544632;
  332.   isc_dsql_shadow_number_err     =  335544633;
  333.   isc_dsql_token_unk_err         =  335544634;
  334.   isc_dsql_no_relation_alias     =  335544635;
  335.   isc_indexname                  =  335544636;
  336.   isc_no_stream_plan             =  335544637;
  337.   isc_stream_twice               =  335544638;
  338.   isc_stream_not_found           =  335544639;
  339.   isc_collation_requires_text    =  335544640;
  340.   isc_dsql_domain_not_found      =  335544641;
  341.   isc_index_unused               =  335544642;
  342.   isc_dsql_self_join             =  335544643;
  343.   isc_stream_bof                 =  335544644;
  344.   isc_stream_crack               =  335544645;
  345.   isc_db_or_file_exists          =  335544646;
  346.   isc_invalid_operator           =  335544647;
  347.   isc_conn_lost                  =  335544648;
  348.   isc_bad_checksum               =  335544649;
  349.   isc_page_type_err              =  335544650;
  350.   isc_ext_readonly_err           =  335544651;
  351.   isc_sing_select_err            =  335544652;
  352.   isc_psw_attach                 =  335544653;
  353.   isc_psw_start_trans            =  335544654;
  354.   isc_invalid_direction          =  335544655;
  355.   isc_dsql_var_conflict          =  335544656;
  356.   isc_dsql_no_blob_array         =  335544657;
  357.   isc_dsql_base_table            =  335544658;
  358.   isc_duplicate_base_table       =  335544659;
  359.   isc_view_alias                 =  335544660;
  360.   isc_index_root_page_full       =  335544661;
  361.   isc_dsql_blob_type_unknown     =  335544662;
  362.   isc_req_max_clones_exceeded    =  335544663;
  363.   isc_dsql_duplicate_spec        =  335544664;
  364.   isc_unique_key_violation       =  335544665;
  365.   isc_srvr_version_too_old       =  335544666;
  366.   isc_drdb_completed_with_errs   =  335544667;
  367.   isc_dsql_procedure_use_err     =  335544668;
  368.   isc_dsql_count_mismatch        =  335544669;
  369.   isc_blob_idx_err               =  335544670;
  370.   isc_array_idx_err              =  335544671;
  371.   isc_key_field_err              =  335544672;
  372.   isc_no_delete                  =  335544673;
  373.   isc_del_last_field             =  335544674;
  374.   isc_sort_err                   =  335544675;
  375.   isc_sort_mem_err               =  335544676;
  376.   isc_version_err                =  335544677;
  377.   isc_inval_key_posn             =  335544678;
  378.   isc_no_segments_err            =  335544679;
  379.   isc_crrp_data_err              =  335544680;
  380.   isc_rec_size_err               =  335544681;
  381.   isc_dsql_field_ref             =  335544682;
  382.   isc_req_depth_exceeded         =  335544683;
  383.   isc_no_field_access            =  335544684;
  384.   isc_no_dbkey                   =  335544685;
  385.   isc_jrn_format_err             =  335544686;
  386.   isc_jrn_file_full              =  335544687;
  387.   isc_dsql_open_cursor_request   =  335544688;
  388.   isc_ib_error                   =  335544689;
  389.   isc_cache_redef                =  335544690;
  390.   isc_cache_too_small            =  335544691;
  391.   isc_log_redef                  =  335544692;
  392.   isc_log_too_small              =  335544693;
  393.   isc_partition_too_small        =  335544694;
  394.   isc_partition_not_supp         =  335544695;
  395.   isc_log_length_spec            =  335544696;
  396.   isc_precision_err              =  335544697;
  397.   isc_scale_nogt                 =  335544698;
  398.   isc_expec_short                =  335544699;
  399.   isc_expec_long                 =  335544700;
  400.   isc_expec_ushort               =  335544701;
  401.   isc_like_escape_invalid        =  335544702;
  402.   isc_svcnoexe                   =  335544703;
  403.   isc_net_lookup_err             =  335544704;
  404.   isc_service_unknown            =  335544705;
  405.   isc_host_unknown               =  335544706;
  406.   isc_grant_nopriv_on_base       =  335544707;
  407.   isc_dyn_fld_ambiguous          =  335544708;
  408.   isc_dsql_agg_ref_err           =  335544709;
  409.   isc_complex_view               =  335544710;
  410.   isc_unprepared_stmt            =  335544711;
  411.   isc_expec_positive             =  335544712;
  412.   isc_dsql_sqlda_value_err       =  335544713;
  413.   isc_invalid_array_id           =  335544714;
  414.   isc_extfile_uns_op             =  335544715;
  415.   isc_svc_in_use                 =  335544716;
  416.   isc_err_stack_limit            =  335544717;
  417.   isc_invalid_key                =  335544718;
  418.   isc_net_init_error             =  335544719;
  419.   isc_loadlib_failure            =  335544720;
  420.   isc_network_error              =  335544721;
  421.   isc_net_connect_err            =  335544722;
  422.   isc_net_connect_listen_err     =  335544723;
  423.   isc_net_event_connect_err      =  335544724;
  424.   isc_net_event_listen_err       =  335544725;
  425.   isc_net_read_err               =  335544726;
  426.   isc_net_write_err              =  335544727;
  427.   isc_integ_index_deactivate     =  335544728;
  428.   isc_integ_deactivate_primary   =  335544729;
  429.   isc_cse_not_supported          =  335544730;
  430.   isc_tra_must_sweep             =  335544731;
  431.   isc_unsupported_network_drive  =  335544732;
  432.   isc_io_create_err              =  335544733;
  433.   isc_io_open_err                =  335544734;
  434.   isc_io_close_err               =  335544735;
  435.   isc_io_read_err                =  335544736;
  436.   isc_io_write_err               =  335544737;
  437.   isc_io_delete_err              =  335544738;
  438.   isc_io_access_err              =  335544739;
  439.   isc_udf_exception              =  335544740;
  440.   isc_lost_db_connection         =  335544741;
  441.   isc_no_write_user_priv         =  335544742;
  442.   isc_token_too_long             =  335544743;
  443.   isc_max_att_exceeded           =  335544744;
  444.   isc_login_same_as_role_name    =  335544745;
  445.   isc_usrname_too_long           =  335544747;
  446.   isc_password_too_long          =  335544748;
  447.   isc_usrname_required           =  335544749;
  448.   isc_password_required          =  335544750;
  449.   isc_bad_protocol               =  335544751;
  450.   isc_dup_usrname_found          =  335544752;
  451.   isc_usrname_not_found          =  335544753;
  452.   isc_error_adding_sec_record    =  335544754;
  453.   isc_error_modifying_sec_record =  335544755;
  454.   isc_error_deleting_sec_record  =  335544756;
  455.   isc_error_updating_sec_db      =  335544757;
  456.   isc_sort_rec_size_err                = 335544758;
  457.   isc_bad_default_value                = 335544759;
  458.   isc_invalid_clause                   = 335544760;
  459.   isc_too_many_handles                 = 335544761;
  460.   isc_optimizer_blk_exc                = 335544762;
  461.   isc_invalid_string_constant          = 335544763;
  462.   isc_transitional_date                = 335544764;
  463.   isc_read_only_database               = 335544765;
  464.   isc_must_be_dialect_2_and_up         = 335544766;
  465.   isc_blob_filter_exception            = 335544767;
  466.   isc_exception_access_violation       = 335544768;
  467.   isc_exception_datatype_missalignment = 335544769;
  468.   isc_exception_array_bounds_exceeded  = 335544770;
  469.   isc_exception_float_denormal_operand = 335544771;
  470.   isc_exception_float_divide_by_zero   = 335544772;
  471.   isc_exception_float_inexact_result   = 335544773;
  472.   isc_exception_float_invalid_operand  = 335544774;
  473.   isc_exception_float_overflow         = 335544775;
  474.   isc_exception_float_stack_check      = 335544776;
  475.   isc_exception_float_underflow        = 335544777;
  476.   isc_exception_integer_divide_by_zero = 335544778;
  477.   isc_exception_integer_overflow       = 335544779;
  478.   isc_exception_unknown                = 335544780;
  479.   isc_exception_stack_overflow         = 335544781;
  480.   isc_exception_sigsegv                = 335544782;
  481.   isc_exception_sigill                 = 335544783;
  482.   isc_exception_sigbus                 = 335544784;
  483.   isc_exception_sigfpe                 = 335544785;
  484.   isc_ext_file_delete                  = 335544786;
  485.   isc_ext_file_modify                  = 335544787;
  486.   isc_adm_task_denied                  = 335544788;
  487.   isc_extract_input_mismatch           = 335544789;
  488.   isc_insufficient_svc_privileges      = 335544790;
  489.   isc_file_in_use                      = 335544791;
  490.   isc_service_att_err                  = 335544792;
  491.   isc_ddl_not_allowed_by_db_sql_dial   = 335544793;
  492.   isc_cancelled                        = 335544794;
  493.   isc_unexp_spb_form                   = 335544795;
  494.   isc_gfix_db_name                     = 335740929;
  495.   isc_gfix_invalid_sw                  = 335740930;
  496.   isc_gfix_incmp_sw                    = 335740932;
  497.   isc_gfix_replay_req                  = 335740933;
  498.   isc_gfix_pgbuf_req                   = 335740934;
  499.   isc_gfix_val_req                     = 335740935;
  500.   isc_gfix_pval_req                    = 335740936;
  501.   isc_gfix_trn_req                     = 335740937;
  502.   isc_gfix_full_req                    = 335740940;
  503.   isc_gfix_usrname_req                 = 335740941;
  504.   isc_gfix_pass_req                    = 335740942;
  505.   isc_gfix_subs_name                   = 335740943;
  506.   isc_gfix_wal_req                     = 335740944;
  507.   isc_gfix_sec_req                     = 335740945;
  508.   isc_gfix_nval_req                    = 335740946;
  509.   isc_gfix_type_shut                   = 335740947;
  510.   isc_gfix_retry                       = 335740948;
  511.   isc_gfix_retry_db                    = 335740951;
  512.   isc_gfix_exceed_max                  = 335740991;
  513.   isc_gfix_corrupt_pool                = 335740992;
  514.   isc_gfix_mem_exhausted               = 335740993;
  515.   isc_gfix_bad_pool                    = 335740994;
  516.   isc_gfix_trn_not_valid               = 335740995;
  517.   isc_gfix_unexp_eoi                   = 335741012;
  518.   isc_gfix_recon_fail                  = 335741018;
  519.   isc_gfix_trn_unknown                 = 335741036;
  520.   isc_gfix_mode_req                    = 335741038;
  521.   isc_gfix_opt_SQL_dialect             = 335741039;
  522.   isc_dsql_dbkey_from_non_table        = 336003074;
  523.   isc_dsql_transitional_numeric        = 336003075;
  524.   isc_dsql_dialect_warning_expr        = 336003076;
  525.   isc_dyn_role_does_not_exist          = 336068796;
  526.   isc_dyn_no_grant_admin_opt           = 336068797;
  527.   isc_dyn_user_not_role_member         = 336068798;
  528.   isc_dyn_delete_role_failed           = 336068799;
  529.   isc_dyn_grant_role_to_user           = 336068800;
  530.   isc_dyn_inv_sql_role_name            = 336068801;
  531.   isc_dyn_dup_sql_role                 = 336068802;
  532.   isc_dyn_kywd_spec_for_role           = 336068803;
  533.   isc_dyn_roles_not_supported          = 336068804;
  534.   isc_dyn_domain_name_exists           = 336068812;
  535.   isc_dyn_field_name_exists            = 336068813;
  536.   isc_dyn_dependency_exists            = 336068814;
  537.   isc_dyn_dtype_invalid                = 336068815;
  538.   isc_dyn_char_fld_too_small           = 336068816;
  539.   isc_dyn_invalid_dtype_conversion     = 336068817;
  540.   isc_dyn_dtype_conv_invalid           = 336068818;
  541.   isc_gbak_unknown_switch              = 336330753;
  542.   isc_gbak_page_size_missing           = 336330754;
  543.   isc_gbak_page_size_toobig            = 336330755;
  544.   isc_gbak_redir_ouput_missing         = 336330756;
  545.   isc_gbak_switches_conflict           = 336330757;
  546.   isc_gbak_unknown_device              = 336330758;
  547.   isc_gbak_no_protection               = 336330759;
  548.   isc_gbak_page_size_not_allowed       = 336330760;
  549.   isc_gbak_multi_source_dest           = 336330761;
  550.   isc_gbak_filename_missing            = 336330762;
  551.   isc_gbak_dup_inout_names             = 336330763;
  552.   isc_gbak_inv_page_size               = 336330764;
  553.   isc_gbak_db_specified                = 336330765;
  554.   isc_gbak_db_exists                   = 336330766;
  555.   isc_gbak_unk_device                  = 336330767;
  556.   isc_gbak_blob_info_failed            = 336330772;
  557.   isc_gbak_unk_blob_item               = 336330773;
  558.   isc_gbak_get_seg_failed              = 336330774;
  559.   isc_gbak_close_blob_failed           = 336330775;
  560.   isc_gbak_open_blob_failed            = 336330776;
  561.   isc_gbak_put_blr_gen_id_failed       = 336330777;
  562.   isc_gbak_unk_type                    = 336330778;
  563.   isc_gbak_comp_req_failed             = 336330779;
  564.   isc_gbak_start_req_failed            = 336330780;
  565.   isc_gbak_rec_failed                  = 336330781;
  566.   isc_gbak_rel_req_failed              = 336330782;
  567.   isc_gbak_db_info_failed              = 336330783;
  568.   isc_gbak_no_db_desc                  = 336330784;
  569.   isc_gbak_db_create_failed            = 336330785;
  570.   isc_gbak_decomp_len_error            = 336330786;
  571.   isc_gbak_tbl_missing                 = 336330787;
  572.   isc_gbak_blob_col_missing            = 336330788;
  573.   isc_gbak_create_blob_failed          = 336330789;
  574.   isc_gbak_put_seg_failed              = 336330790;
  575.   isc_gbak_rec_len_exp                 = 336330791;
  576.   isc_gbak_inv_rec_len                 = 336330792;
  577.   isc_gbak_exp_data_type               = 336330793;
  578.   isc_gbak_gen_id_failed               = 336330794;
  579.   isc_gbak_unk_rec_type                = 336330795;
  580.   isc_gbak_inv_bkup_ver                = 336330796;
  581.   isc_gbak_missing_bkup_desc           = 336330797;
  582.   isc_gbak_string_trunc                = 336330798;
  583.   isc_gbak_cant_rest_record            = 336330799;
  584.   isc_gbak_send_failed                 = 336330800;
  585.   isc_gbak_no_tbl_name                 = 336330801;
  586.   isc_gbak_unexp_eof                   = 336330802;
  587.   isc_gbak_db_format_too_old           = 336330803;
  588.   isc_gbak_inv_array_dim               = 336330804;
  589.   isc_gbak_xdr_len_expected            = 336330807;
  590.   isc_gbak_open_bkup_error             = 336330817;
  591.   isc_gbak_open_error                  = 336330818;
  592.   isc_gbak_missing_block_fac           = 336330934;
  593.   isc_gbak_inv_block_fac               = 336330935;
  594.   isc_gbak_block_fac_specified         = 336330936;
  595.   isc_gbak_missing_username            = 336330940;
  596.   isc_gbak_missing_password            = 336330941;
  597.   isc_gbak_missing_skipped_bytes       = 336330952;
  598.   isc_gbak_inv_skipped_bytes           = 336330953;
  599.   isc_gbak_err_restore_charset         = 336330965;
  600.   isc_gbak_err_restore_collation       = 336330967;
  601.   isc_gbak_read_error                  = 336330972;
  602.   isc_gbak_write_error                 = 336330973;
  603.   isc_gbak_db_in_use                   = 336330985;
  604.   isc_gbak_sysmemex                    = 336330990;
  605.   isc_gbak_restore_role_failed         = 336331002;
  606.   isc_gbak_role_op_missing             = 336331005;
  607.   isc_gbak_page_buffers_missing        = 336331010;
  608.   isc_gbak_page_buffers_wrong_param    = 336331011;
  609.   isc_gbak_page_buffers_restore        = 336331012;
  610.   isc_gbak_inv_size                    = 336331014;
  611.   isc_gbak_file_outof_sequence         = 336331015;
  612.   isc_gbak_join_file_missing           = 336331016;
  613.   isc_gbak_stdin_not_supptd            = 336331017;
  614.   isc_gbak_stdout_not_supptd           = 336331018;
  615.   isc_gbak_bkup_corrupt                = 336331019;
  616.   isc_gbak_unk_db_file_spec            = 336331020;
  617.   isc_gbak_hdr_write_failed            = 336331021;
  618.   isc_gbak_disk_space_ex               = 336331022;
  619.   isc_gbak_size_lt_min                 = 336331023;
  620.   isc_gbak_svc_name_missing            = 336331025;
  621.   isc_gbak_not_ownr                    = 336331026;
  622.   isc_gbak_mode_req                    = 336331031;
  623.   isc_gsec_cant_open_db                = 336723983;
  624.   isc_gsec_switches_error              = 336723984;
  625.   isc_gsec_no_op_spec                  = 336723985;
  626.   isc_gsec_no_usr_name                 = 336723986;
  627.   isc_gsec_err_add                     = 336723987;
  628.   isc_gsec_err_modify                  = 336723988;
  629.   isc_gsec_err_find_mod                = 336723989;
  630.   isc_gsec_err_rec_not_found           = 336723990;
  631.   isc_gsec_err_delete                  = 336723991;
  632.   isc_gsec_err_find_del                = 336723992;
  633.   isc_gsec_err_find_disp               = 336723996;
  634.   isc_gsec_inv_param                   = 336723997;
  635.   isc_gsec_op_specified                = 336723998;
  636.   isc_gsec_pw_specified                = 336723999;
  637.   isc_gsec_uid_specified               = 336724000;
  638.   isc_gsec_gid_specified               = 336724001;
  639.   isc_gsec_proj_specified              = 336724002;
  640.   isc_gsec_org_specified               = 336724003;
  641.   isc_gsec_fname_specified             = 336724004;
  642.   isc_gsec_mname_specified             = 336724005;
  643.   isc_gsec_lname_specified             = 336724006;
  644.   isc_gsec_inv_switch                  = 336724008;
  645.   isc_gsec_amb_switch                  = 336724009;
  646.   isc_gsec_no_op_specified             = 336724010;
  647.   isc_gsec_params_not_allowed          = 336724011;
  648.   isc_gsec_incompat_switch             = 336724012;
  649.   isc_gsec_inv_username                = 336724044;
  650.   isc_gsec_inv_pw_length               = 336724045;
  651.   isc_gsec_db_specified                = 336724046;
  652.   isc_gsec_db_admin_specified          = 336724047;
  653.   isc_gsec_db_admin_pw_specified       = 336724048;
  654.   isc_gsec_sql_role_specified          = 336724049;
  655.   isc_license_no_file                  = 336789504;
  656.   isc_license_op_specified             = 336789523;
  657.   isc_license_op_missing               = 336789524;
  658.   isc_license_inv_switch               = 336789525;
  659.   isc_license_inv_switch_combo         = 336789526;
  660.   isc_license_inv_op_combo             = 336789527;
  661.   isc_license_amb_switch               = 336789528;
  662.   isc_license_inv_parameter            = 336789529;
  663.   isc_license_param_specified          = 336789530;
  664.   isc_license_param_req                = 336789531;
  665.   isc_license_syntx_error              = 336789532;
  666.   isc_license_dup_id                   = 336789534;
  667.   isc_license_inv_id_key               = 336789535;
  668.   isc_license_err_remove               = 336789536;
  669.   isc_license_err_update               = 336789537;
  670.   isc_license_err_convert              = 336789538;
  671.   isc_license_err_unk                  = 336789539;
  672.   isc_gstat_unknown_switch             = 336920577;
  673.   isc_gstat_retry                      = 336920578;
  674.   isc_gstat_wrong_ods                  = 336920579;
  675.   isc_gstat_unexpected_eof             = 336920580;
  676.   isc_gstat_open_err                   = 336920605;
  677.   isc_gstat_read_err                   = 336920606;
  678.   isc_gstat_sysmemex                   = 336920607;
  679.   isc_err_max                          = 660;
  680.  
  681. implementation
  682.  
  683. end.
  684.