FbErrorCodes class abstract

ISC error codes.

Constructors

FbErrorCodes()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

isc_adm_task_denied → const int
Unable to perform operation
isc_alias_conflict_err → const int
alias @1 conflicts with an alias in the same statement
isc_already_opened → const int
Database already opened with engine instance, incompatible with current
isc_alter_role → const int
Deprecated backward compatibility ALTER ROLE ?? SET/DROP AUTO ADMIN mapping may be used only for RDB$ADMIN role
isc_arith_except → const int
arithmetic exception, numeric overflow, or string truncation
isc_array_convert_error → const int
Unsupported conversion to target type ARRAY
isc_array_idx_err → const int
attempt to index array column in index @1
isc_array_max_dimensions → const int
Array data type can use up to @1 dimensions
isc_async_active → const int
Asynchronous call is already running for this attachment
isc_att_handle_busy → const int
Attachment handle is busy
isc_att_shut_db_down → const int
Database is shutdown.
isc_att_shut_engine → const int
Engine is shutdown.
isc_att_shut_idle → const int
Idle timeout expired.
isc_att_shut_killed → const int
Killed by database administrator.
isc_att_shutdown → const int
connection shutdown
isc_att_stmt_timeout → const int
Attachment level timeout expired.
isc_attachment_in_use → const int
Attachment is in use
isc_auth_data → const int
Client authentication plugin is missing required data from server
isc_auth_datalength → const int
Client authentication plugin expected @2 bytes of @3 from server, got @1
isc_auth_handshake_limit → const int
Exceeded exchange limit during authentication handshake
isc_bad_batch_handle → const int
invalid batch handle
isc_bad_checksum → const int
bad checksum
isc_bad_conn_str → const int
Invalid connection string
isc_bad_crypt_key → const int
Invalid crypt key @1
isc_bad_db_format → const int
file @1 is not a valid database
isc_bad_db_handle → const int
invalid database handle (no active connection)
isc_bad_dbkey → const int
invalid database key
isc_bad_debug_format → const int
Bad debug info format
isc_bad_default_value → const int
can not define a not null column with NULL as default value
isc_bad_detach → const int
database detach completed with errors
isc_bad_dpb_content → const int
bad parameters on attach or create database
isc_bad_dpb_form → const int
unrecognized database parameter block
isc_bad_epb_form → const int
Unrecognized events block
isc_bad_events_handle → const int
invalid events id (handle)
isc_bad_fun_BLR → const int
Error while parsing function @1's BLR
isc_bad_limit_param → const int
Invalid parameter to FETCH or FIRST. Only integers >= 0 are allowed.
isc_bad_lock_handle → const int
invalid lock handle
isc_bad_lock_level → const int
invalid lock level @1
isc_bad_msg_vec → const int
isc_bad_proc_BLR → const int
Error while parsing procedure @1's BLR
isc_bad_protocol → const int
The network protocol specified is invalid
isc_bad_repl_handle → const int
invalid replicator handle
isc_bad_req_handle → const int
invalid request handle
isc_bad_result_set → const int
Invalid resultset interface
isc_bad_sec_info → const int
isc_bad_segstr_handle → const int
invalid BLOB handle
isc_bad_segstr_id → const int
invalid BLOB ID
isc_bad_segstr_type → const int
invalid BLOB type for operation
isc_bad_shutdown_mode → const int
Target shutdown mode is invalid for database "@1"
isc_bad_skip_param → const int
Invalid parameter to OFFSET or SKIP. Only integers >= 0 are allowed.
isc_bad_spb_form → const int
unrecognized service parameter block
isc_bad_stmt_handle → const int
invalid statement handle
isc_bad_substring_length → const int
Invalid length parameter @1 to SUBSTRING. Negative integers are not allowed.
isc_bad_substring_offset → const int
Invalid offset parameter @1 to SUBSTRING. Only positive integers are allowed.
isc_bad_svc_handle → const int
invalid service handle
isc_bad_teb_form → const int
Invalid TEB format
isc_bad_tpb_content → const int
invalid parameter in transaction parameter block
isc_bad_tpb_form → const int
invalid format for transaction parameter block
isc_bad_trans_handle → const int
invalid transaction handle (expecting explicit transaction start)
isc_bad_udf_freeit → const int
Bad written UDF detected: pointer returned in FREE_IT function was not allocated by ib_util_malloc
isc_badblk → const int
internal error
isc_baddpb_buffers_range → const int
Attempt to set in database number of buffers which is out of acceptable range @1:@2
isc_baddpb_damaged_mode → const int
Incompatible mode of attachment to damaged database
isc_baddpb_temp_buffers → const int
Attempt to temporarily set number of buffers less than @1
isc_badhndcnt → const int
bad handle count
isc_badindex → const int
index is broken
isc_badmsgnum → const int
undefined message number
isc_badodsver → const int
incompatible version of on-disk structure
isc_badpage → const int
checksum error on database page @1
isc_badpagtyp → const int
page @1 is of wrong type (expected @2, found @3)
isc_badparnum → const int
undefined parameter number
isc_badrelation → const int
database corrupted
isc_badvarnum → const int
undefined variable number
isc_base → const int
isc_batch_align → const int
Unexpected info buffer structure querying for server batch parameters
isc_batch_big_bpb → const int
Size of BPB (@1) greater than remaining data (@2)
isc_batch_big_seg2 → const int
Size of segment (@1) greater than available data (@2)
isc_batch_big_segment → const int
Size of segment (@1) greater than current BLOB data (@2)
isc_batch_blob_append → const int
appendBlobData() is used to append data to last blob but no such blob was added to the batch
isc_batch_blob_buf → const int
Blob buffer format error
isc_batch_blob_id → const int
Unknown blob ID @1 in the batch message
isc_batch_blobs → const int
There are no blobs in associated with batch statement
isc_batch_compl_detail → const int
Detailed error info for message @1 is missing in batch
isc_batch_compl_range → const int
Message @1 is out of range, only @2 messages in batch
isc_batch_cont_bpb → const int
Blob continuation should not contain BPB
isc_batch_defbpb → const int
Can't change default BPB after adding any data to batch
isc_batch_msg_long → const int
Message size (@1) in batch exceeds internal buffer size (@2)
isc_batch_open → const int
Batch already opened for this statement
isc_batch_param → const int
Statement used in batch must have parameters
isc_batch_param_version → const int
Wrong version of batch parameters block @1, should be @2
isc_batch_policy → const int
Invalid blob policy in the batch for @1() call
isc_batch_rpt_blob → const int
Repeated blob id @1 in registerBlob()
isc_batch_small_data → const int
Unusable (too small) data remained in @1 buffer
isc_batch_stream_align → const int
Portions of data, passed as blob stream, should have size multiple to the alignment required for blobs
isc_batch_too_big → const int
Internal buffer overflow - batch too big
isc_batch_type → const int
Invalid type of statement used in batch
isc_bdbincon → const int
internal error
isc_big_segment → const int
Segment size (@1) should not exceed 65535 (64K - 1) when using segmented blob
isc_bind_convert → const int
Can not convert @1 to @2
isc_bind_err → const int
Error processing isc_dpb_set_bind clumplet "@1"
isc_bind_statement → const int
The following statement failed: @1
isc_blktoobig → const int
block size exceeds implementation restriction
isc_blob_convert_error → const int
Unsupported conversion to target type BLOB (subtype @1)
isc_blob_filter_exception → const int
A fatal exception occurred during the execution of a blob filter.
isc_blob_idx_err → const int
attempt to index BLOB column in index @1
isc_blob_truncation → const int
blob truncation when converting to a string: length limit exceeded
isc_blobnotsup → const int
BLOB and array data types are not supported for @1 operation
isc_blobtoobig → const int
Maximum BLOB size exceeded
isc_block_size → const int
File size is less than expected
isc_blocking_signal → const int
blocking signal has been received
isc_bpb_version → const int
Wrong version of blob parameters block @1, should be @2
isc_buf_invalid → const int
cache buffer for page @1 invalid
isc_bufexh → const int
buffer exhausted
isc_bufinuse → const int
buffer in use
isc_bug_check → const int
internal Firebird consistency check (@1)
isc_cache_redef → const int
Cache redefined
isc_cache_restart → const int
restart shared cache manager
isc_cache_too_small → const int
Insufficient memory to allocate page buffer cache
isc_cancelled → const int
operation was cancelled
isc_cannot_copy_stmt → const int
Cannot copy statement @1
isc_cannot_make_not_null → const int
Cannot make field @1 of table @2 NOT NULL because there are NULLs present
isc_cannot_read_new_blob → const int
cannot read from new BLOB
isc_cannot_update_old_blob → const int
cannot update old BLOB
isc_cant_modify_sysobj → const int
System @1 @2 cannot be modified
isc_cant_start_journal → const int
secondary server attachments cannot start journaling
isc_cant_start_logging → const int
secondary server attachments cannot start logging
isc_cant_validate → const int
secondary server attachments cannot validate databases
isc_cfg_stmt_timeout → const int
Config level timeout expired.
isc_charset_not_found → const int
CHARACTER SET @1 is not defined
isc_charset_not_installed → const int
CHARACTER SET @1 is not installed
isc_check_cnstrnt_del → const int
Cannot delete CHECK constraint entry (RDB$CHECK_CONSTRAINTS)
isc_check_cnstrnt_update → const int
Cannot update constraints (RDB$CHECK_CONSTRAINTS).
isc_check_constraint → const int
Operation violates CHECK constraint @1 on view or table @2
isc_check_trig_del → const int
Cannot delete trigger used by a CHECK Constraint
isc_check_trig_update → const int
Cannot update trigger used by a CHECK Constraint
isc_circular_computed → const int
Cannot have circular dependencies with computed fields
isc_cnstrnt_fld_del → const int
Cannot delete column being used in an Integrity Constraint.
isc_cnstrnt_fld_rename → const int
Cannot rename column being used in an Integrity Constraint.
isc_codnotdef → const int
status code @1 unknown
isc_col_name_err → const int
Only simple column names permitted for VIEW WITH CHECK OPTION
isc_collation_name → const int
COLLATION @1
isc_collation_not_for_charset → const int
COLLATION @1 is not valid for specified CHARACTER SET
isc_collation_not_found → const int
COLLATION @1 for CHARACTER SET @2 is not defined
isc_collation_not_installed → const int
COLLATION @1 for CHARACTER SET @2 is not installed
isc_collation_requires_text → const int
Invalid use of CHARACTER SET or COLLATE
isc_command_end_err → const int
Unexpected end of command
isc_command_end_err2 → const int
Unexpected end of command - line @1, column @2
isc_complex_view → const int
navigational stream @1 references a view with more than one base table
isc_concat_overflow → const int
Concatenation overflow. Resulting string cannot exceed 32765 bytes in length.
isc_concurrent_transaction → const int
concurrent transaction number is @1
isc_conf_access_denied → const int
Use of @1 at location @2 is not allowed by server configuration
isc_conf_include → const int
Invalid include operator in @1 for <@2>
isc_conf_line → const int
@1: illegal line <@2>
isc_conn_lost → const int
Connection lost to pipe server
isc_connect_reject → const int
connection rejected by remote interface
isc_constaint_on_view → const int
Cannot define constraints on views
isc_convert_error → const int
conversion error from string "@1"
isc_corrupt → const int
database corrupted
isc_cp_already_crypted → const int
Crypt failed - database is already in requested state
isc_cp_name_too_long → const int
Length of crypt plugin name should not exceed @1 bytes
isc_cp_process_active → const int
Crypt failed - already crypting database
isc_crdb_load → const int
@1 failed when working with CREATE DATABASE grants
isc_crdb_nodb → const int
CREATE DATABASE grants check is not possible when database @1 is not present
isc_crdb_notable → const int
CREATE DATABASE grants check is not possible when table RDB$DB_CREATORS is not present in database @1
isc_crrp_data_err → const int
sort error: corruption in data structure
isc_crypt_checksum → const int
Invalid or missing checksum of encrypted database
isc_cse_not_supported → const int
Client/Server Express not supported in this release
isc_ctx_bad_argument → const int
Invalid argument passed to @1
isc_ctx_namespace_invalid → const int
Invalid namespace name '@1' passed to @2
isc_ctx_too_big → const int
Too many context variables
isc_ctx_var_not_found → const int
Context variable '@1' is not found in namespace '@2'
isc_ctxinuse → const int
context already in use (BLR error)
isc_ctxnotdef → const int
context not defined (BLR error)
isc_cursor_already_open → const int
Cursor is already open
isc_cursor_not_open → const int
Cursor is not open
isc_cursor_not_positioned → const int
Cursor @1 is not positioned in a valid record
isc_database_create_failed → const int
Unable to create database @1
isc_date_range_exceeded → const int
value exceeds the range for valid dates
isc_datetime_range_exceeded → const int
value exceeds the range for valid timestamps
isc_datnotsup → const int
data operation not supported
isc_datype_notsup → const int
data type not supported for arithmetic
isc_db_corrupt → const int
database file appears corrupt (@1)
isc_db_crypt_key → const int
Missing database encryption key for your attachment
isc_db_or_file_exists → const int
database or file exists
isc_dbbnotzer → const int
database handle not zero
isc_dbfile → const int
internal error
isc_ddl_not_allowed_by_db_sql_dial → const int
Metadata update statement is not allowed by the current database SQL dialect @1
isc_deadlock → const int
deadlock
isc_decfloat_divide_by_zero → const int
Decimal float divide by zero. The code attempted to divide a DECFLOAT value by zero.
isc_decfloat_inexact_result → const int
Decimal float inexact result. The result of an operation cannot be represented as a decimal fraction.
isc_decfloat_invalid_operation → const int
Decimal float invalid operation. An indeterminant error occurred during an operation.
isc_decfloat_overflow → const int
Decimal float overflow. The exponent of a result is greater than the magnitude allowed.
isc_decfloat_underflow → const int
Decimal float underflow. The exponent of a result is less than the magnitude allowed.
isc_decprecision_err → const int
DecFloat precision must be 16 or 34
isc_decrypt_error → const int
Missing crypt plugin, but page appears encrypted
isc_deflate_init → const int
Compression stream init error @1
isc_del_last_field → const int
last column in a table cannot be deleted
isc_depend_on_uncommitted_rel → const int
You created an indirect dependency on uncommitted metadata. You must roll back the current transaction.
isc_dependency → const int
there are @1 dependencies
isc_dialect_not_changed → const int
Database dialect not changed.
isc_dialect_reset_warning → const int
Database dialect being changed from 3 to 1
isc_dirtypage → const int
internal error
isc_distinct_err → const int
DISTINCT, GROUP or HAVING not permitted for VIEW WITH CHECK OPTION
isc_domain_name → const int
DOMAIN @1
isc_domain_primary_key_notnull → const int
Domain used in the PRIMARY KEY constraint of table @1 must be NOT NULL
isc_domnotdef → const int
domain @1 is not defined
isc_doubleloc → const int
internal error
isc_drdb_completed_with_errs → const int
drop database completed with errors
isc_drop_wal → const int
cannot drop log file when journaling is enabled
isc_dsql_agg2_wrongarg → const int
Argument for @1 in dialect 3 must be numeric
isc_dsql_agg_column_err → const int
Invalid expression in the @1 (not contained in either an aggregate function or the GROUP BY clause)
isc_dsql_agg_group_err → const int
Cannot use an aggregate or window function in a GROUP BY clause
isc_dsql_agg_having_err → const int
Invalid expression in the @1 (neither an aggregate function nor a part of the GROUP BY clause)
isc_dsql_agg_nested_err → const int
Nested aggregate and window functions are not allowed
isc_dsql_agg_ref_err → const int
Invalid aggregate reference
isc_dsql_agg_where_err → const int
Cannot use an aggregate or window function in a WHERE clause, use HAVING (for aggregate only) instead
isc_dsql_agg_wrongarg → const int
Argument for @1 in dialect 1 must be string or numeric
isc_dsql_alter_charset_failed → const int
ALTER CHARACTER SET @1 failed
isc_dsql_alter_database_failed → const int
ALTER DATABASE failed
isc_dsql_alter_domain_failed → const int
ALTER DOMAIN @1 failed
isc_dsql_alter_except_failed → const int
ALTER EXCEPTION @1 failed
isc_dsql_alter_func_failed → const int
ALTER FUNCTION @1 failed
isc_dsql_alter_index_failed → const int
ALTER INDEX @1 failed
isc_dsql_alter_pack_failed → const int
ALTER PACKAGE @1 failed
isc_dsql_alter_proc_failed → const int
ALTER PROCEDURE @1 failed
isc_dsql_alter_role_failed → const int
ALTER ROLE @1 failed
isc_dsql_alter_sequence_failed → const int
ALTER SEQUENCE @1 failed
isc_dsql_alter_table_failed → const int
ALTER TABLE @1 failed
isc_dsql_alter_trigger_failed → const int
ALTER TRIGGER @1 failed
isc_dsql_alter_user_failed → const int
ALTER USER @1 failed
isc_dsql_alter_view_failed → const int
ALTER VIEW @1 failed
isc_dsql_ambiguous_field_name → const int
Ambiguous field name between @1 and @2
isc_dsql_arr_range_error → const int
Illegal array dimension range
isc_dsql_auto_field_bad_pos → const int
Internal dsql error: column position out of range in pass1_union_auto_cast
isc_dsql_base_table → const int
@1 is not a valid base table of the specified view
isc_dsql_blob_err → const int
Column is not a BLOB
isc_dsql_blob_type_unknown → const int
BLOB SUB_TYPE @1 is not defined
isc_dsql_cant_grant_option → const int
Using GRANT OPTION on @1 not allowed
isc_dsql_col_more_than_once_using → const int
column @1 appears more than once in USING clause
isc_dsql_col_more_than_once_view → const int
column @1 appears more than once in ALTER VIEW
isc_dsql_column_pos_err → const int
Invalid column position used in the @1 clause
isc_dsql_command_err → const int
Invalid command
isc_dsql_comment_on_failed → const int
COMMENT ON @1 failed
isc_dsql_conflicting_sort_field → const int
Cannot include the same field (@1.@2) twice in the ORDER BY clause with conflicting sorting options
isc_dsql_constant_err → const int
Data type for constant unknown
isc_dsql_construct_err → const int
Unsupported DSQL construct
isc_dsql_count_mismatch → const int
count of column list and variable list do not match
isc_dsql_crdb_prepare_err → const int
Cannot prepare a CREATE DATABASE/SCHEMA statement
isc_dsql_create_alter_except_failed → const int
CREATE OR ALTER EXCEPTION @1 failed
isc_dsql_create_alter_func_failed → const int
CREATE OR ALTER FUNCTION @1 failed
isc_dsql_create_alter_pack_failed → const int
CREATE OR ALTER PACKAGE @1 failed
isc_dsql_create_alter_proc_failed → const int
CREATE OR ALTER PROCEDURE @1 failed
isc_dsql_create_alter_trigger_failed → const int
CREATE OR ALTER TRIGGER @1 failed
isc_dsql_create_alter_view_failed → const int
CREATE OR ALTER VIEW @1 failed
isc_dsql_create_collation_failed → const int
CREATE COLLATION @1 failed
isc_dsql_create_domain_failed → const int
CREATE DOMAIN @1 failed
isc_dsql_create_except_failed → const int
CREATE EXCEPTION @1 failed
isc_dsql_create_filter_failed → const int
DECLARE FILTER @1 failed
isc_dsql_create_func_failed → const int
CREATE FUNCTION @1 failed
isc_dsql_create_generator_failed → const int
CREATE GENERATOR @1 failed
isc_dsql_create_index_failed → const int
CREATE INDEX @1 failed
isc_dsql_create_pack_body_failed → const int
CREATE PACKAGE BODY @1 failed
isc_dsql_create_pack_failed → const int
CREATE PACKAGE @1 failed
isc_dsql_create_proc_failed → const int
CREATE PROCEDURE @1 failed
isc_dsql_create_role_failed → const int
CREATE ROLE @1 failed
isc_dsql_create_sequence_failed → const int
CREATE SEQUENCE @1 failed
isc_dsql_create_shadow_failed → const int
CREATE SHADOW @1 failed
isc_dsql_create_table_failed → const int
CREATE TABLE @1 failed
isc_dsql_create_trigger_failed → const int
CREATE TRIGGER @1 failed
isc_dsql_create_user_failed → const int
CREATE USER @1 failed
isc_dsql_create_view_failed → const int
CREATE VIEW @1 failed
isc_dsql_cte_cycle → const int
CTE '@1' has cyclic dependencies
isc_dsql_cte_miss_nonrecursive → const int
Non-recursive member is missing in CTE '@1'
isc_dsql_cte_mult_references → const int
Recursive member of CTE can't reference itself more than once
isc_dsql_cte_nested_with → const int
WITH clause can't be nested
isc_dsql_cte_nonrecurs_after_recurs → const int
CTE '@1' defined non-recursive member after recursive
isc_dsql_cte_not_a_union → const int
Recursive CTE (@1) must be an UNION
isc_dsql_cte_not_used → const int
CTE "@1" is not used in query
isc_dsql_cte_outer_join → const int
Recursive member of CTE can't be member of an outer join
isc_dsql_cte_recursive_aggregate → const int
Recursive member of CTE cannot use aggregate or window function
isc_dsql_cte_union_all → const int
Recursive members of CTE (@1) must be linked with another members via UNION ALL
isc_dsql_cte_wrong_clause → const int
Recursive member of CTE '@1' has @2 clause
isc_dsql_cte_wrong_reference → const int
Recursive CTE member (@1) can refer itself only in FROM clause
isc_dsql_cursor_close_err → const int
Attempt to reclose a closed cursor
isc_dsql_cursor_err → const int
Invalid cursor reference
isc_dsql_cursor_exists → const int
Cursor @1 already exists in the current context
isc_dsql_cursor_invalid → const int
Empty cursor name is not allowed
isc_dsql_cursor_not_found → const int
Cursor @1 is not found in the current context
isc_dsql_cursor_not_open → const int
Cursor is not open
isc_dsql_cursor_open_err → const int
Attempt to reopen an open cursor
isc_dsql_cursor_redefined → const int
Statement already has a cursor @1 assigned
isc_dsql_cursor_rel_ambiguous → const int
Relation @1 is ambiguous in cursor @2
isc_dsql_cursor_rel_not_found → const int
Relation @1 is not found in cursor @2
isc_dsql_cursor_update_err → const int
Cursor @1 is not updatable
isc_dsql_datatype_err → const int
Data type unknown
isc_dsql_datatypes_not_comparable → const int
Datatypes @1are not comparable in expression @2
isc_dsql_db_trigger_type_cant_change → const int
Database trigger type can't be changed
isc_dsql_dbkey_from_non_table → const int
Cannot SELECT RDB$DB_KEY from a stored procedure.
isc_dsql_decl_err → const int
Invalid cursor declaration
isc_dsql_derived_alias_field → const int
Internal dsql error: alias type expected by pass1_field
isc_dsql_derived_alias_select → const int
Internal dsql error: alias type expected by pass1_expand_select_node
isc_dsql_derived_field_dup_name → const int
column @1 was specified multiple times for derived table @2
isc_dsql_derived_field_unnamed → const int
no column name specified for column number @1 in derived table @2
isc_dsql_derived_table_less_columns → const int
column list from derived table @1 has less columns than the number of items in its SELECT statement
isc_dsql_derived_table_more_columns → const int
column list from derived table @1 has more columns than the number of items in its SELECT statement
isc_dsql_dialect_warning_expr → const int
Use of @1 expression that returns different results in dialect 1 and dialect 3
isc_dsql_domain_err → const int
Illegal use of keyword VALUE
isc_dsql_domain_not_found → const int
Specified domain or source column @1 does not exist
isc_dsql_drop_collation_failed → const int
DROP COLLATION @1 failed
isc_dsql_drop_domain_failed → const int
DROP DOMAIN @1 failed
isc_dsql_drop_except_failed → const int
DROP EXCEPTION @1 failed
isc_dsql_drop_filter_failed → const int
DROP FILTER @1 failed
isc_dsql_drop_func_failed → const int
DROP FUNCTION @1 failed
isc_dsql_drop_index_failed → const int
DROP INDEX @1 failed
isc_dsql_drop_pack_body_failed → const int
DROP PACKAGE BODY @1 failed
isc_dsql_drop_pack_failed → const int
DROP PACKAGE @1 failed
isc_dsql_drop_proc_failed → const int
DROP PROCEDURE @1 failed
isc_dsql_drop_role_failed → const int
DROP ROLE @1 failed
isc_dsql_drop_sequence_failed → const int
DROP SEQUENCE @1 failed
isc_dsql_drop_shadow_failed → const int
DROP SHADOW @1 failed
isc_dsql_drop_table_failed → const int
DROP TABLE @1 failed
isc_dsql_drop_trigger_failed → const int
DROP TRIGGER @1 failed
isc_dsql_drop_user_failed → const int
DROP USER @1 failed
isc_dsql_drop_view_failed → const int
DROP VIEW @1 failed
isc_dsql_dup_option → const int
Option specified more than once
isc_dsql_duplicate_spec → const int
duplicate specification of @1 - not supported
isc_dsql_error → const int
Dynamic SQL Error
isc_dsql_eval_unknode → const int
Unknown node type @1 in dsql/GEN_expr
isc_dsql_feature_not_supported_ods → const int
Feature not supported on ODS version older than @1.@2
isc_dsql_field_err → const int
Column unknown
isc_dsql_field_ref → const int
Inappropriate self-reference of column
isc_dsql_file_length_err → const int
Preceding file did not specify length, so @1 must include starting page number
isc_dsql_firstskip_rows → const int
FIRST/SKIP cannot be used with OFFSET/FETCH or ROWS
isc_dsql_function_err → const int
Function unknown
isc_dsql_grant_failed → const int
GRANT failed
isc_dsql_implicit_domain_name → const int
Implicit domain name @1 not allowed in user created domain
isc_dsql_incompatible_trigger_type → const int
Incompatible trigger type
isc_dsql_internal_err → const int
Internal error
isc_dsql_invalid_array → const int
Invalid array reference
isc_dsql_invalid_dateortime_add → const int
Adding two DATE values or two TIME values is not allowed
isc_dsql_invalid_datetime_subtract → const int
Invalid data type for subtraction involving DATE, TIME or TIMESTAMP types
isc_dsql_invalid_drop_ss_clause → const int
Invalid DROP SQL SECURITY clause
isc_dsql_invalid_label → const int
Label @1 @2 in the current scope
isc_dsql_invalid_sqlda_version → const int
SQLDA version expected between @1 and @2, found @3
isc_dsql_invalid_type_addsub_dial3 → const int
Invalid data type for addition or subtraction in dialect 3
isc_dsql_invalid_type_div_dial3 → const int
Invalid data type for division in dialect 3
isc_dsql_invalid_type_minus_date → const int
DATE value cannot be subtracted from the provided data type
isc_dsql_invalid_type_multip_dial1 → const int
Invalid data type for multiplication in dialect 1
isc_dsql_invalid_type_multip_dial3 → const int
Invalid data type for multiplication in dialect 3
isc_dsql_invalid_type_neg → const int
Invalid data type for negation (minus operator)
isc_dsql_line_col_error → const int
At line @1, column @2
isc_dsql_mapping_failed → const int
@2 MAPPING @1 failed
isc_dsql_max_arr_dim_exceeded → const int
Array declared with too many dimensions
isc_dsql_max_distinct_items → const int
Cannot have more than 255 items in DISTINCT / UNION DISTINCT list
isc_dsql_max_exception_arguments → const int
Number of arguments (@1) exceeds the maximum (@2) number of EXCEPTION USING arguments
isc_dsql_max_group_items → const int
cannot group on more than 255 items
isc_dsql_max_nesting → const int
Too many BEGIN??END nesting. Maximum level is @1
isc_dsql_max_sort_items → const int
cannot sort on more than 255 items
isc_dsql_mustuse_numeric_div_dial1 → const int
Division in dialect 1 must be between numeric data types
isc_dsql_no_array_computed → const int
Array and BLOB data types not allowed in computed field
isc_dsql_no_blob_array → const int
Array/BLOB/DATE data types not allowed in arithmetic
isc_dsql_no_dup_name → const int
Column @1 cannot be repeated in @2 statement
isc_dsql_no_input_sqlda → const int
No SQLDA for input values provided
isc_dsql_no_output_sqlda → const int
No SQLDA for output values provided
isc_dsql_no_relation_alias → const int
there is no alias or table named @1 at this scope level
isc_dsql_no_sqldata → const int
empty pointer to data
isc_dsql_no_sqlind → const int
empty pointer to NULL indicator variable
isc_dsql_nodateortime_pm_string → const int
Strings cannot be added to or subtracted from DATE or TIME types
isc_dsql_nostring_addsub_dial3 → const int
Strings cannot be added or subtracted in dialect 3
isc_dsql_nostring_div_dial3 → const int
Strings cannot be divided in dialect 3
isc_dsql_nostring_multip_dial3 → const int
Strings cannot be multiplied in dialect 3
isc_dsql_nostring_neg_dial3 → const int
Strings cannot be negated (applied the minus operator) in dialect 3
isc_dsql_only_can_subscript_array → const int
scalar operator used on field @1 which is not an array
isc_dsql_open_cursor_request → const int
The prepare statement identifies a prepare statement with an open cursor
isc_dsql_procedure_err → const int
Procedure unknown
isc_dsql_procedure_use_err → const int
procedure @1 does not return any values
isc_dsql_record_version_table → const int
To be used with RDB$RECORD_VERSION, @1 must be a table or a view of single table
isc_dsql_recreate_except_failed → const int
RECREATE EXCEPTION @1 failed
isc_dsql_recreate_func_failed → const int
RECREATE FUNCTION @1 failed
isc_dsql_recreate_pack_body_failed → const int
RECREATE PACKAGE BODY @1 failed
isc_dsql_recreate_pack_failed → const int
RECREATE PACKAGE @1 failed
isc_dsql_recreate_proc_failed → const int
RECREATE PROCEDURE @1 failed
isc_dsql_recreate_sequence_failed → const int
RECREATE SEQUENCE @1 failed
isc_dsql_recreate_table_failed → const int
RECREATE TABLE @1 failed
isc_dsql_recreate_trigger_failed → const int
RECREATE TRIGGER @1 failed
isc_dsql_recreate_user_failed → const int
RECREATE USER @1 failed
isc_dsql_recreate_view_failed → const int
RECREATE VIEW @1 failed
isc_dsql_relation_err → const int
Table unknown
isc_dsql_request_err → const int
Request unknown
isc_dsql_revoke_failed → const int
REVOKE failed
isc_dsql_self_join → const int
the table @1 is referenced twice; use aliases to differentiate
isc_dsql_set_generator_failed → const int
SET GENERATOR @1 failed
isc_dsql_shadow_number_err → const int
Shadow number must be a positive integer
isc_dsql_sqlda_err → const int
SQLDA error
isc_dsql_sqlda_value_err → const int
Incorrect values within SQLDA structure
isc_dsql_sqlvar_index → const int
at SQLVAR index @1
isc_dsql_stmt_handle → const int
Invalid statement handle
isc_dsql_string_byte_length → const int
String literal with @1 bytes exceeds the maximum length of @2 bytes
isc_dsql_string_char_length → const int
String literal with @1 characters exceeds the maximum length of @2 characters for the @3 character set
isc_dsql_subselect_err → const int
Subselect illegal in this context
isc_dsql_table_not_found → const int
Table @1 does not exist
isc_dsql_token_unk_err → const int
Token unknown - line @1, column @2
isc_dsql_too_many_values → const int
Too many values (more than @1) in member list to match against
isc_dsql_too_old_ods → const int
ODS versions before ODS@1 are not supported
isc_dsql_tran_err → const int
Unknown transaction option
isc_dsql_transitional_numeric → const int
Precision 10 to 18 changed from DOUBLE PRECISION in SQL dialect 1 to 64-bit scaled integer in SQL dialect 3
isc_dsql_trigger_err → const int
Trigger unknown
isc_dsql_type_not_supp_ext_tab → const int
Data type @1 is not supported for EXTERNAL TABLES. Relation '@2', field '@3'
isc_dsql_udf_return_pos_err → const int
External function should have return position between 1 and @1
isc_dsql_unknown_pos → const int
At unknown line and column
isc_dsql_unsupp_feature_dialect → const int
feature is not supported in dialect @1
isc_dsql_unsupported_in_auto_trans → const int
@1 is not supported inside IN AUTONOMOUS TRANSACTION block
isc_dsql_var_conflict → const int
variable @1 conflicts with parameter in same procedure
isc_dsql_var_count_err → const int
Count of read-write columns does not equal count of values
isc_dsql_view_not_found → const int
View @1 does not exist
isc_dsql_warn_precision_ambiguous → const int
WARNING: NUMERIC and DECIMAL fields with precision 10 or greater are stored
isc_dsql_warn_precision_ambiguous1 → const int
as approximate floating-point values in SQL dialect 1, but as 64-bit
isc_dsql_warn_precision_ambiguous2 → const int
integers in SQL dialect 3.
isc_dsql_warning_number_ambiguous → const int
WARNING: Numeric literal @1 is interpreted as a floating-point
isc_dsql_warning_number_ambiguous1 → const int
value in SQL dialect 1, but as an exact numeric value in SQL dialect 3.
isc_dsql_window_cant_overr_frame → const int
Cannot override the window @1 because it has a frame clause. Tip: it can be used without parenthesis in OVER
isc_dsql_window_cant_overr_order → const int
Cannot use ORDER BY clause while overriding the window @1 which already has an ORDER BY clause
isc_dsql_window_cant_overr_part → const int
Cannot use PARTITION BY clause while overriding the window @1
isc_dsql_window_duplicate → const int
Duplicate window definition for @1
isc_dsql_window_frame_value_inv_type → const int
Window RANGE/ROWS PRECEDING/FOLLOWING value must be of a numerical type
isc_dsql_window_incompat_frames → const int
If <window frame bound 1> specifies @1, then <window frame bound 2> shall not specify @2
isc_dsql_window_not_found → const int
Window @1 not found
isc_dsql_window_range_inv_key_type → const int
RANGE based window with
isc_dsql_window_range_multi_key → const int
RANGE based window with
isc_dsql_wlock_aggregates → const int
WITH LOCK cannot be used with aggregates
isc_dsql_wlock_conflict → const int
WITH LOCK cannot be used with @1
isc_dsql_wlock_simple → const int
WITH LOCK can be used only with a single physical table
isc_dsql_wrong_param_num → const int
Wrong number of parameters (expected @1, got @2)
isc_dtype_renamed → const int
DATE data type is now called TIMESTAMP
isc_dup_attribute → const int
Duplicated user attribute @1
isc_dup_usrname_found → const int
A duplicate user name was found in the security database
isc_duplicate_base_table → const int
table or procedure @1 is referenced twice in view; use an alias to distinguish
isc_dupnodfnd → const int
internal error
isc_dyn_alter_user_no_clause → const int
ALTER USER requires at least one clause to be specified
isc_dyn_cannot_addrem_computed → const int
Cannot add or remove COMPUTED from column @1
isc_dyn_cannot_del_def_coll → const int
Cannot delete default collation of CHARACTER SET @1
isc_dyn_cannot_del_syscoll → const int
Cannot delete system collation
isc_dyn_cannot_mod_sysfunc → const int
Cannot ALTER or DROP system function @1
isc_dyn_cannot_mod_sysproc → const int
Cannot ALTER or DROP system procedure @1
isc_dyn_cannot_mod_systrig → const int
Cannot ALTER or DROP system trigger @1
isc_dyn_cant_modify_auto_trig → const int
Triggers created automatically cannot be modified
isc_dyn_cant_modify_sysobj → const int
System @1 @2 cannot be modified
isc_dyn_cant_use_in_foreignkey → const int
Can't use @1 in FOREIGN KEY constraint
isc_dyn_cant_use_zero_inc_ident → const int
INCREMENT BY 0 is an illegal option for identity column @1 of table @2
isc_dyn_cant_use_zero_increment → const int
INCREMENT BY 0 is an illegal option for sequence @1
isc_dyn_char_fld_too_small → const int
New size specified for column @1 must be at least @2 characters.
isc_dyn_charset_not_found → const int
Character set @1 not found
isc_dyn_coll_used_domain → const int
Collation @1 is used in domain @2 and cannot be dropped
isc_dyn_coll_used_function → const int
Collation @1 is used in function @2 (parameter name @3) and cannot be dropped
isc_dyn_coll_used_procedure → const int
Collation @1 is used in procedure @2 (parameter name @3) and cannot be dropped
isc_dyn_coll_used_table → const int
Collation @1 is used in table @2 (field name @3) and cannot be dropped
isc_dyn_collation_not_found → const int
Collation @1 not found
isc_dyn_column_does_not_exist → const int
column @1 does not exist in table/view @2
isc_dyn_cyclic_role → const int
role @1 can not be granted to role @2
isc_dyn_defvaldecl_package_func → const int
Default values for parameters are not allowed in the definition of a previously declared packaged function @1.@2
isc_dyn_defvaldecl_package_proc → const int
Default values for parameters are not allowed in the definition of a previously declared packaged procedure @1.@2
isc_dyn_delete_role_failed → const int
@1 is not the owner of SQL role @2
isc_dyn_dependency_exists → const int
Column @1 from table @2 is referenced in @3
isc_dyn_domain_name_exists → const int
Cannot rename domain @1 to @2. A domain with that name already exists.
isc_dyn_domain_not_found → const int
Domain not found
isc_dyn_domain_used_function → const int
Domain @1 is used in function @2 (parameter name @3) and cannot be dropped
isc_dyn_dtype_conv_invalid → const int
Cannot change datatype for column @1 from a character type to a non-character type.
isc_dyn_dtype_invalid → const int
Cannot change datatype for column @1. Changing datatype is not supported for BLOB or ARRAY columns.
isc_dyn_dup_index → const int
Index @1 already exists
isc_dyn_dup_sql_role → const int
SQL role @1 already exists
isc_dyn_dup_table → const int
Table @1 already exists
isc_dyn_duplicate_package_item → const int
Duplicate @1 @2
isc_dyn_exc_not_exist → const int
Exception @1 does not exist
isc_dyn_exception_not_found → const int
Exception not found
isc_dyn_field_name_exists → const int
Cannot rename column @1 to @2. A column with that name already exists in table @3.
isc_dyn_filter_not_found → const int
BLOB Filter @1 not found
isc_dyn_fld_ambiguous → const int
Ambiguous column reference.
isc_dyn_fld_not_exist → const int
Field @1 of table @2 does not exist
isc_dyn_func_not_exist → const int
Function @1 does not exist
isc_dyn_func_not_found → const int
Function @1 not found
isc_dyn_func_param_not_found → const int
Parameter @1 in function @2 not found
isc_dyn_funcnotdef_package → const int
Function @1 has not been defined on the package body @2
isc_dyn_funcsignat_package → const int
Function @1 has a signature mismatch on package body @2
isc_dyn_gen_not_exist → const int
Generator/Sequence @1 does not exist
isc_dyn_gen_not_found → const int
Sequence @1 not found
isc_dyn_grant_role_to_user → const int
@1 is a SQL role and not a user
isc_dyn_index_not_found → const int
Index not found
isc_dyn_inv_sql_role_name → const int
user name @1 could not be used for SQL role
isc_dyn_invalid_ddl_func → const int
Invalid DDL statement for function @1
isc_dyn_invalid_ddl_proc → const int
Invalid DDL statement for procedure @1
isc_dyn_invalid_ddl_trig → const int
Invalid DDL statement for trigger @1
isc_dyn_invalid_dtype_conversion → const int
Cannot change datatype for @1. Conversion from base type @2 to @3 is not supported.
isc_dyn_kywd_spec_for_role → const int
keyword @1 can not be used as a SQL role name
isc_dyn_miss_priv_warning → const int
Warning: @1 on @2 is not granted to @3.
isc_dyn_name_longer → const int
Name longer than database column size
isc_dyn_newfc_oldsyntax → const int
Cannot alter new style function @1 with ALTER EXTERNAL FUNCTION. Use ALTER FUNCTION instead.
isc_dyn_no_create_priv → const int
No permission for CREATE @1 operation
isc_dyn_no_ddl_grant_opt_priv → const int
no @1 privilege with grant option on DDL @2
isc_dyn_no_empty_pw → const int
Password should not be empty string
isc_dyn_no_grant_admin_opt → const int
user @1 has no grant admin option on SQL role @2
isc_dyn_no_grant_opt_priv → const int
no @1 privilege with grant option on object @2
isc_dyn_no_priv → const int
There is no privilege for this operation
isc_dyn_ods_not_supp_feature → const int
Feature '@1' is not supported in ODS @2.@3
isc_dyn_pack_not_exist → const int
Package @1 does not exist
isc_dyn_package_body_exists → const int
Package body @1 already exists
isc_dyn_package_not_found → const int
Package @1 not found
isc_dyn_precision_too_small → const int
New precision specified for column @1 must be at least @2.
isc_dyn_proc_not_exist → const int
Procedure @1 does not exist
isc_dyn_proc_not_found → const int
Procedure @1 not found
isc_dyn_proc_param_not_found → const int
Parameter @1 in procedure @2 not found
isc_dyn_procnotdef_package → const int
Procedure @1 has not been defined on the package body @2
isc_dyn_procsignat_package → const int
Procedure @1 has a signature mismatch on package body @2
isc_dyn_rel_not_exist → const int
Table @1 does not exist
isc_dyn_role_does_not_exist → const int
SQL role @1 does not exist
isc_dyn_role_not_found → const int
Role @1 not found
isc_dyn_roles_not_supported → const int
SQL roles are not supported in on older versions of the database. A backup and restore of the database is required.
isc_dyn_routine_param_ambiguous → const int
Parameter @1 of routine @2 is ambiguous (found in both procedures and functions). Use a specifier keyword.
isc_dyn_routine_param_not_found → const int
Parameter @1 of routine @2 not found
isc_dyn_scale_too_big → const int
New scale specified for column @1 must be at most @2.
isc_dyn_schema_not_found → const int
Schema @1 not found
isc_dyn_table_not_found → const int
Table @1 not found
isc_dyn_trig_not_exist → const int
Trigger @1 does not exist
isc_dyn_trig_not_found → const int
Trigger @1 not found
isc_dyn_user_not_role_member → const int
user @1 is not a member of SQL role @2
isc_dyn_view_not_exist → const int
View @1 does not exist
isc_dyn_view_not_found → const int
View @1 not found
isc_dyn_wrong_gtt_scope → const int
@1 cannot reference @2
isc_dyn_zero_len_id → const int
Zero length identifiers are not allowed
isc_eds_connection → const int
Execute statement error at @1 : @2Data source : @3
isc_eds_expl_tran_ctrl → const int
Explicit transaction control is not allowed
isc_eds_input_prm_mismatch → const int
Input parameters mismatch
isc_eds_input_prm_not_set → const int
Input parameter '@1' have no value set
isc_eds_input_prm_not_used → const int
Input parameter '@1' is not used in SQL query text
isc_eds_output_prm_mismatch → const int
Output parameters mismatch
isc_eds_preprocess → const int
Execute statement preprocess SQL error
isc_eds_prm_name_expected → const int
Parameter name expected
isc_eds_provider_not_found → const int
External Data Source provider '@1' not found
isc_eds_statement → const int
Execute statement error at @1 : @2Statement : @3 Data source : @4
isc_eds_stmt_expected → const int
Statement expected
isc_eds_unclosed_comment → const int
Unclosed comment found near '@1'
isc_ee_blr_mismatch_length → const int
External BLR message mismatch: length = @1, expected @2
isc_ee_blr_mismatch_name_not_found → const int
External BLR message mismatch: name @1 not found
isc_ee_blr_mismatch_names_count → const int
External BLR message mismatch: names count = @1, blr count = @2
isc_ee_blr_mismatch_null → const int
External BLR message mismatch: invalid null descriptor at field @1
isc_eem_bad_plugin_ver → const int
Incompatible plugin version @1 for external engine @2
isc_eem_engine_notfound → const int
External engine @1 not found
isc_eem_func_not_returned → const int
External function @1 not returned by the external engine plugin @2
isc_eem_proc_not_returned → const int
External procedure @1 not returned by the external engine plugin @2
isc_eem_trig_not_returned → const int
External trigger @1 not returned by the external engine plugin @2
isc_effective_user → const int
Effective user is @1
isc_encrypt_error → const int
Page requires encryption but crypt plugin is missing
isc_err_max → const int
The maximum error code used.
isc_err_stack_limit → const int
stack size insufficent to execute current request
isc_error_adding_sec_record → const int
An error occurred while attempting to add the user.
isc_error_deleting_sec_record → const int
An error occurred while attempting to delete the user record.
isc_error_modifying_sec_record → const int
An error occurred while attempting to modify the user record.
isc_error_updating_sec_db → const int
An error occurred while updating the security database.
isc_escape_invalid → const int
Invalid ESCAPE sequence
isc_except → const int
exception @1
isc_except2 → const int
exception @1
isc_exception_access_violation → const int
Access violation. The code attempted to access a virtual address without privilege to do so.
isc_exception_array_bounds_exceeded → const int
Array bounds exceeded. The code attempted to access an array element that is out of bounds.
isc_exception_datatype_missalignment → const int
Datatype misalignment. The attempted to read or write a value that was not stored on a memory boundary.
isc_exception_float_denormal_operand → const int
Float denormal operand. One of the floating-point operands is too small to represent a standard float value.
isc_exception_float_divide_by_zero → const int
Floating-point divide by zero. The code attempted to divide a floating-point value by zero.
isc_exception_float_inexact_result → const int
Floating-point inexact result. The result of a floating-point operation cannot be represented as a decimal fraction.
isc_exception_float_invalid_operand → const int
Floating-point invalid operand. An indeterminant error occurred during a floating-point operation.
isc_exception_float_overflow → const int
Floating-point overflow. The exponent of a floating-point operation is greater than the magnitude allowed.
isc_exception_float_stack_check → const int
Floating-point stack check. The stack overflowed or underflowed as the result of a floating-point operation.
isc_exception_float_underflow → const int
Floating-point underflow. The exponent of a floating-point operation is less than the magnitude allowed.
isc_exception_integer_divide_by_zero → const int
Integer divide by zero. The code attempted to divide an integer value by an integer divisor of zero.
isc_exception_integer_overflow → const int
Integer overflow. The result of an integer operation caused the most significant bit of the result to carry.
isc_exception_name → const int
EXCEPTION @1
isc_exception_sigbus → const int
Bus Error. The Code caused a system bus error.
isc_exception_sigfpe → const int
Floating Point Error. The Code caused an Arithmetic Exception or a floating point exception.
isc_exception_sigill → const int
Illegal Instruction. The Code attempted to perform an illegal operation.
isc_exception_sigsegv → const int
Segmentation Fault. The code attempted to access memory without privileges.
isc_exception_stack_overflow → const int
Stack overflow. The resource requirements of the runtime stack have exceeded the memory available to it.
isc_exception_unknown → const int
An exception occurred that does not have a description. Exception number @1.
isc_excess_trans → const int
attempt to start more than @1 transactions
isc_exec_sql_invalid_arg → const int
Invalid argument in EXECUTE STATEMENT - cannot convert to string
isc_exec_sql_invalid_req → const int
Wrong request type in EXECUTE STATEMENT '@1'
isc_exec_sql_invalid_var → const int
Variable type (position @1) in EXECUTE STATEMENT '@2' INTO does not match returned column type
isc_exec_sql_max_call_exceeded → const int
Too many recursion levels of EXECUTE STATEMENT
isc_existing_priv_mod → const int
cannot modify an existing user privilege
isc_expec_long → const int
Long integer expected
isc_expec_positive → const int
Positive value expected
isc_expec_short → const int
Short integer expected
isc_expec_ushort → const int
Unsigned short integer expected
isc_expression_eval_err → const int
expression evaluation not supported
isc_expression_eval_index → const int
Expression evaluation error for index "@1" on table "@2"
isc_ext_err → const int
@1 extension error
isc_ext_file_delete → const int
Cannot delete rows from external files.
isc_ext_file_modify → const int
Cannot update rows in external files.
isc_ext_readonly_err → const int
Cannot insert because the file is readonly or is on a read only medium.
isc_extern_func_dir_error → const int
Function @1 is in @2, which is not in a permitted directory for external functions.
isc_extern_func_err → const int
External functions cannot have more than 10 parameters
isc_extfile_uns_op → const int
Operation not supported for EXTERNAL FILE table @1
isc_extract_input_mismatch → const int
Specified EXTRACT part does not exist in input datatype
isc_fatal_conflict → const int
unrecoverable conflict with limbo transaction @1
isc_fbsvcmgr_bad_am → const int
isc_fbsvcmgr_bad_arg → const int
isc_fbsvcmgr_bad_rm → const int
isc_fbsvcmgr_bad_rs → const int
isc_fbsvcmgr_bad_sm → const int
isc_fbsvcmgr_bad_wm → const int
isc_fbsvcmgr_fp_empty → const int
isc_fbsvcmgr_fp_open → const int
isc_fbsvcmgr_fp_read → const int
isc_fbsvcmgr_info_err → const int
isc_fbsvcmgr_info_limbo → const int
isc_fbsvcmgr_limbo_advise → const int
isc_fbsvcmgr_limbo_state → const int
isc_fbsvcmgr_query_err → const int
isc_fbsvcmgr_switch_unknown → const int
isc_feature_removed → const int
Feature @1 is not supported anymore
isc_field_aggregate_err → const int
column used with aggregate
isc_field_disappeared → const int
Column has been unexpectedly deleted
isc_field_name → const int
COLUMN @1
isc_field_ref_err → const int
invalid column reference
isc_file_in_use → const int
The file @1 is currently in use by another process. Try again later.
isc_file_starting_page_err → const int
Starting page number for file @1 must be @2 or greater
isc_fldnotdef → const int
column @1 is not defined in table @2
isc_fldnotdef2 → const int
column @1 is not defined in procedure @2
isc_foreign_key → const int
violation of FOREIGN KEY constraint "@1" on table "@2"
isc_foreign_key_notfound → const int
Non-existent PRIMARY or UNIQUE KEY specified for FOREIGN KEY.
isc_foreign_key_references_present → const int
Foreign key references are present for the record
isc_foreign_key_target_doesnt_exist → const int
Foreign key reference target does not exist
isc_formatted_exception → const int
@1
isc_forupdate_systbl → const int
Cannot select system table @1 for update WITH LOCK
isc_forupdate_temptbl → const int
Cannot select temporary table @1 for update WITH LOCK
isc_forupdate_virtualtbl → const int
Cannot select virtual table @1 for update WITH LOCK
isc_from_no_match → const int
no match for first value expression
isc_fun_param_mismatch → const int
Input parameter mismatch for function @1
isc_func_pack_not_implemented → const int
Cannot execute function @1 of the unimplemented package @2
isc_funmismat → const int
function @1 could not be matched
isc_funnotdef → const int
function @1 is not defined
isc_gbak_bkup_corrupt → const int
isc_gbak_blob_col_missing → const int
isc_gbak_blob_info_failed → const int
isc_gbak_block_fac_specified → const int
isc_gbak_cant_rest_record → const int
isc_gbak_close_blob_failed → const int
isc_gbak_comp_req_failed → const int
isc_gbak_create_blob_failed → const int
isc_gbak_data_only → const int
isc_gbak_db_create_failed → const int
isc_gbak_db_exists → const int
isc_gbak_db_format_too_old → const int
isc_gbak_db_format_too_old2 → const int
isc_gbak_db_in_use → const int
isc_gbak_db_info_failed → const int
isc_gbak_db_specified → const int
isc_gbak_decomp_len_error → const int
isc_gbak_disk_space_ex → const int
isc_gbak_dup_inout_names → const int
isc_gbak_err_restore_charset → const int
isc_gbak_err_restore_collation → const int
isc_gbak_exp_data_type → const int
isc_gbak_file_outof_sequence → const int
isc_gbak_filename_missing → const int
isc_gbak_gen_id_failed → const int
isc_gbak_get_seg_failed → const int
isc_gbak_hdr_write_failed → const int
isc_gbak_inv_array_dim → const int
isc_gbak_inv_bkup_ver → const int
isc_gbak_inv_bkup_ver2 → const int
isc_gbak_inv_block_fac → const int
isc_gbak_inv_page_size → const int
isc_gbak_inv_rec_len → const int
isc_gbak_inv_size → const int
isc_gbak_inv_skipped_bytes → const int
isc_gbak_invalid_data → const int
isc_gbak_invalid_metadata → const int
isc_gbak_join_file_missing → const int
isc_gbak_just_data → const int
isc_gbak_max_dbkey_length → const int
isc_gbak_max_dbkey_recursion → const int
isc_gbak_missing_bkup_desc → const int
isc_gbak_missing_block_fac → const int
isc_gbak_missing_interval → const int
isc_gbak_missing_password → const int
isc_gbak_missing_skipped_bytes → const int
isc_gbak_missing_username → const int
isc_gbak_mode_req → const int
isc_gbak_multi_source_dest → const int
isc_gbak_no_db_desc → const int
isc_gbak_no_protection → const int
isc_gbak_no_tbl_name → const int
isc_gbak_not_ownr → const int
isc_gbak_open_bkup_error → const int
isc_gbak_open_blob_failed → const int
isc_gbak_open_error → const int
isc_gbak_option_conflict → const int
isc_gbak_option_only_backup → const int
isc_gbak_option_only_restore → const int
isc_gbak_option_repeated → const int
isc_gbak_page_buffers_missing → const int
isc_gbak_page_buffers_restore → const int
isc_gbak_page_buffers_wrong_param → const int
isc_gbak_page_size_missing → const int
isc_gbak_page_size_not_allowed → const int
isc_gbak_page_size_toobig → const int
isc_gbak_param_conflict → const int
isc_gbak_put_blr_gen_id_failed → const int
isc_gbak_put_seg_failed → const int
isc_gbak_read_error → const int
isc_gbak_rec_failed → const int
isc_gbak_rec_len_exp → const int
isc_gbak_redir_ouput_missing → const int
isc_gbak_rel_req_failed → const int
isc_gbak_restore_role_failed → const int
isc_gbak_role_op_missing → const int
isc_gbak_send_failed → const int
isc_gbak_size_lt_min → const int
isc_gbak_start_req_failed → const int
isc_gbak_stdin_not_supptd → const int
isc_gbak_stdout_not_supptd → const int
isc_gbak_string_trunc → const int
isc_gbak_svc_name_missing → const int
isc_gbak_switches_conflict → const int
isc_gbak_sysmemex → const int
isc_gbak_tbl_missing → const int
isc_gbak_unexp_eof → const int
isc_gbak_unk_blob_item → const int
isc_gbak_unk_db_file_spec → const int
isc_gbak_unk_device → const int
isc_gbak_unk_rec_type → const int
isc_gbak_unk_type → const int
isc_gbak_unknown_device → const int
isc_gbak_unknown_switch → const int
isc_gbak_verify_verbint → const int
isc_gbak_write_error → const int
isc_gbak_wrong_interval → const int
isc_gbak_xdr_len_expected → const int
isc_generator_name → const int
GENERATOR @1
isc_gennotdef → const int
generator @1 is not defined
isc_gfix_bad_pool → const int
isc_gfix_corrupt_pool → const int
isc_gfix_db_name → const int
isc_gfix_exceed_max → const int
isc_gfix_full_req → const int
isc_gfix_incmp_sw → const int
isc_gfix_invalid_sw → const int
isc_gfix_mem_exhausted → const int
isc_gfix_mode_req → const int
isc_gfix_nval_req → const int
isc_gfix_pass_req → const int
isc_gfix_pgbuf_req → const int
isc_gfix_pval_req → const int
isc_gfix_pzval_req → const int
isc_gfix_recon_fail → const int
isc_gfix_replay_req → const int
isc_gfix_retry → const int
isc_gfix_retry_db → const int
isc_gfix_sec_req → const int
isc_gfix_subs_name → const int
isc_gfix_trn_not_valid → const int
isc_gfix_trn_req → const int
isc_gfix_trn_unknown → const int
isc_gfix_type_shut → const int
isc_gfix_unexp_eoi → const int
isc_gfix_usrname_req → const int
isc_gfix_val_req → const int
isc_gfix_wal_req → const int
isc_grant_fld_notfound → const int
could not find column for GRANT
isc_grant_nopriv → const int
user does not have GRANT privileges for operation
isc_grant_nopriv_on_base → const int
user does not have GRANT privileges on base table/view for operation
isc_grant_obj_notfound → const int
could not find object for GRANT
isc_gsec_amb_switch → const int
isc_gsec_cant_open_db → const int
isc_gsec_db_admin_pw_specified → const int
isc_gsec_db_admin_specified → const int
isc_gsec_db_specified → const int
isc_gsec_err_add → const int
isc_gsec_err_delete → const int
isc_gsec_err_find_del → const int
isc_gsec_err_find_disp → const int
isc_gsec_err_find_mod → const int
isc_gsec_err_modify → const int
isc_gsec_err_rec_not_found → const int
isc_gsec_fname_specified → const int
isc_gsec_gid_specified → const int
isc_gsec_incompat_switch → const int
isc_gsec_inv_param → const int
isc_gsec_inv_pw_length → const int
isc_gsec_inv_switch → const int
isc_gsec_inv_username → const int
isc_gsec_lname_specified → const int
isc_gsec_mname_specified → const int
isc_gsec_no_op_spec → const int
isc_gsec_no_op_specified → const int
isc_gsec_no_usr_name → const int
isc_gsec_op_specified → const int
isc_gsec_org_specified → const int
isc_gsec_params_not_allowed → const int
isc_gsec_proj_specified → const int
isc_gsec_pw_specified → const int
isc_gsec_sql_role_specified → const int
isc_gsec_switches_error → const int
isc_gsec_uid_specified → const int
isc_gstat_open_err → const int
isc_gstat_read_err → const int
isc_gstat_retry → const int
isc_gstat_sysmemex → const int
isc_gstat_unexpected_eof → const int
isc_gstat_unknown_switch → const int
isc_gstat_wrong_ods → const int
isc_hdr_overflow → const int
Header page overflow - too many clumplets on it
isc_high_minor → const int
minor version too high found @1 expected @2
isc_host_unknown → const int
The specified name was not found in the hosts file or Domain Name Services.
isc_ib_error → const int
Firebird error
isc_ibutil_not_loaded → const int
ib_util library has not been loaded to deallocate memory returned by FREE_IT function
isc_iconv_open → const int
Error opening international conversion descriptor from @1 to @2
isc_icu_entrypoint → const int
Missing entrypoint @1 in ICU library
isc_icu_library → const int
Could not find acceptable ICU library
isc_identifier_too_long → const int
BLR syntax error. Identifier @1?? is too long
isc_idx_create_err → const int
cannot create index @1
isc_idx_key_err → const int
too many keys defined for index @1
isc_idx_key_value → const int
Problematic key value is @1
isc_idx_seg_err → const int
segment count of 0 defined for index @1
isc_illegal_prc_type → const int
Procedure @1 is not selectable (it does not contain a SUSPEND statement)
isc_imp_exc → const int
Implementation limit exceeded
isc_include_depth → const int
Include depth too big
isc_include_miss → const int
File to include not found
isc_index_name → const int
INDEX @1
isc_index_root_page_full → const int
cannot add index, index root page is full.
isc_index_unused → const int
index @1 cannot be used in the specified plan
isc_indexname → const int
there is no index @1 for table @2
isc_indexnotdefined → const int
there is no index in table @1 with id @2
isc_inf_invalid_args → const int
Invalid information arguments
isc_infinap → const int
information type inappropriate for object specified
isc_inflate_init → const int
Decompression stream init error @1
isc_info_access → const int
Wrong info requested in isc_svc_query() for anonymous service
isc_info_unprepared_stmt → const int
Attempt to get information about an unprepared dynamic SQL statement.
isc_infona → const int
no information of this type available for object specified
isc_infunk → const int
unknown information item
isc_instance_conflict → const int
Shared memory area is probably already created by another engine instance in another Windows session
isc_insufficient_svc_privileges → const int
Service @1 requires SYSDBA permissions. Reattach to the Service Manager using the SYSDBA account.
isc_integ_deactivate_primary → const int
Cannot deactivate index used by a PRIMARY/UNIQUE constraint
isc_integ_fail → const int
action cancelled by trigger (@1) to preserve data integrity
isc_integ_index_deactivate → const int
Cannot deactivate index used by an integrity constraint
isc_integ_index_del → const int
Cannot delete index used by an Integrity Constraint
isc_integ_index_mod → const int
Cannot modify index used by an Integrity Constraint
isc_integ_index_seg_del → const int
Cannot delete index segment used by an Integrity Constraint
isc_integ_index_seg_mod → const int
Cannot update index segment used by an Integrity Constraint
isc_interface_version_too_old → const int
Interface @3 version too old: expected @1, found @2
isc_internal_rejected_params → const int
Incorrect parameters provided to internal function @1
isc_intl_char → const int
Bad international character in tag @1
isc_inv_client_dialect_specified → const int
passed client dialect @1 is not a valid dialect.
isc_inv_dialect_specified → const int
Database dialect @1 is not a valid dialect.
isc_inval_key_posn → const int
invalid key position
isc_invalid_array_id → const int
invalid blob id
isc_invalid_attachment_charset → const int
CHARACTER SET @1 cannot be used as a attachment character set
isc_invalid_blr → const int
invalid request BLR at offset @1
isc_invalid_bookmark → const int
invalid bookmark handle
isc_invalid_boolean_usage → const int
Invalid usage of boolean expression
isc_invalid_clause → const int
invalid clause --- '@1'
isc_invalid_coll_attr → const int
Invalid collation attributes
isc_invalid_date_val → const int
Invalid date
isc_invalid_decfloat_bind → const int
Invalid decfloat bind mode @1
isc_invalid_decfloat_round → const int
Invalid decfloat rounding mode @1
isc_invalid_decfloat_trap → const int
Invalid decfloat trap state @1
isc_invalid_dimension → const int
column not array or invalid dimensions (expected @1, encountered @2)
isc_invalid_direction → const int
invalid direction for find operation
isc_invalid_extractpart_date → const int
HOUR, MINUTE, SECOND and MILLISECOND cannot be extracted from DATE values
isc_invalid_extractpart_time → const int
Only HOUR, MINUTE, SECOND and MILLISECOND can be extracted from TIME values
isc_invalid_fetch_option → const int
Fetch option @1 is invalid for a non-scrollable cursor
isc_invalid_hex_digit → const int
Invalid hex digit @1 at position @2
isc_invalid_index_val → const int
Invalid index @1 in function @2
isc_invalid_key → const int
Invalid key for find operation
isc_invalid_operator → const int
invalid comparison operator for find operation
isc_invalid_savepoint → const int
Unable to find savepoint with name @1 in transaction context
isc_invalid_sdl → const int
invalid slice description language at offset @1
isc_invalid_sec_info → const int
isc_invalid_similar_pattern → const int
Invalid SIMILAR TO pattern
isc_invalid_sort_datatype → const int
Datatype @1 is not supported for sorting operation
isc_invalid_string_constant → const int
a string constant is delimited by double quotes
isc_invalid_time_precision → const int
Time precision exceeds allowed range (0-@1)
isc_invalid_time_val → const int
Invalid time
isc_invalid_time_zone_bind → const int
Invalid time zone bind mode @1
isc_invalid_timestamp_val → const int
Invalid timestamp
isc_invalid_timezone_id → const int
Invalid time zone ID: @1
isc_invalid_timezone_offset → const int
Invalid time zone offset: @1 - must use format +/-hours:minutes and be between -14:00 and +14:00
isc_invalid_timezone_region → const int
Invalid time zone region: @1
isc_invalid_type_datetime_op → const int
Invalid data type in DATE/TIME/TIMESTAMP addition or subtraction in add_datettime()
isc_invalidarg_extract → const int
Invalid argument for EXTRACT() not being of DATE/TIME/TIMESTAMP type
isc_invld_cnstrnt_type → const int
internal Firebird consistency check (invalid RDB$CONSTRAINT_TYPE)
isc_invpoolcl → const int
internal error
isc_io_32bit_exceeded_err → const int
File exceeded maximum size of 2GB. Add another database file or use a 64 bit I/O version of Firebird.
isc_io_access_err → const int
Error while trying to access file
isc_io_close_err → const int
Error while trying to close file
isc_io_create_err → const int
Error while trying to create file
isc_io_delete_err → const int
Error while trying to delete file
isc_io_error → const int
I/O error during "@1" operation for file "@2"
isc_io_open_err → const int
Error while trying to open file
isc_io_read_err → const int
Error while trying to read from file
isc_io_write_err → const int
Error while trying to write to file
isc_item_finish → const int
Message metadata not ready - item @1 is not finished
isc_journerr → const int
communication error with journal "@1"
isc_jrn_enable → const int
enable journal for database before starting online dump
isc_jrn_file_full → const int
intermediate journal file full
isc_jrn_format_err → const int
journal file wrong format
isc_jrn_present → const int
long-term journaling already enabled
isc_key_field_count_err → const int
FOREIGN KEY column count does not match PRIMARY KEY
isc_key_field_err → const int
too few key columns found for index @1 (incorrect column name?)
isc_key_too_big → const int
index key too big
isc_keytoobig → const int
key size exceeds implementation restriction for index "@1"
isc_libtommath_generic → const int
Libtommath error code @1 in function @2
isc_loadlib_failure → const int
Unable to load required library @1.
isc_lock_conflict → const int
lock conflict on no wait transaction
isc_lock_dir_access → const int
Can not access lock files directory @1
isc_lock_timeout → const int
lock time-out on wait transaction
isc_lockmanerr → const int
lock manager error
isc_locnotmar → const int
internal error
isc_log_length_spec → const int
Total length of a partitioned log must be specified
isc_log_redef → const int
Log redefined
isc_log_too_small → const int
Log size too small
isc_logb_small → const int
Log block too small at offset @1 in log file @2
isc_logf_unexpected_eof → const int
Unexpected end of log file @1 at offset @2
isc_logh_diff_dbname → const int
Database name in the log file @1 is different
isc_logh_inv_version → const int
Invalid version of log file @1
isc_logh_open_flag → const int
Log file @1 not latest in the chain but open flag still set
isc_logh_open_flag2 → const int
Log file @1 not closed properly; database recovery may be required
isc_logh_small → const int
Log file header of @1 too small
isc_login → const int
Your user name and password are not defined. Ask your database administrator to set up a Firebird login.
isc_login_changed → const int
Different logins in connect and attach packets - client library error
isc_login_error → const int
Error occurred during login, please check server firebird.log for details
isc_login_same_as_role_name → const int
Your login @1 is same as one of the SQL role name. Ask your database administrator to set up a valid Firebird login.
isc_logr_header_small → const int
Log record header too small at offset @1 in log file @2
isc_logr_incomplete → const int
Incomplete log record at offset @1 in log file @2
isc_long_login → const int
Login name too long (@1 characters, maximum allowed @2)
isc_lost_db_connection → const int
connection lost to database
isc_malformed_string → const int
Malformed string
isc_map_already_exists → const int
Mapping @1 already exists
isc_map_aster → const int
Invalid name <*> in authentication block
isc_map_down → const int
Some database(s) were shutdown when trying to read mapping data
isc_map_event → const int
Error using events in mapping shared memory: @1
isc_map_load → const int
@1 failed when loading mapping cache
isc_map_multi → const int
Multiple maps found for @1
isc_map_nodb → const int
Global mapping is not available when database @1 is not present
isc_map_not_exists → const int
Mapping @1 does not exist
isc_map_notable → const int
Global mapping is not available when table RDB$MAP is not present in database @1
isc_map_overflow → const int
Global mapping memory overflow
isc_map_undefined → const int
Undefined mapping result - more than one different results found
isc_max_args_exceeded → const int
Maximum (@1) number of arguments exceeded for function @2
isc_max_att_exceeded → const int
Maximum user count exceeded. Contact your database administrator.
isc_max_coll_per_charset → const int
Maximum number of collations per character set exceeded
isc_max_db_per_trans_allowed → const int
A multi database transaction cannot span more than @1 databases
isc_max_idx → const int
maximum indexes per table (@1) exceeded
isc_max_idx_depth → const int
Maximum index depth (@1 levels) is reached
isc_merge_dup_update → const int
Multiple source records cannot match the same target during MERGE
isc_message_format → const int
Error parsing message format
isc_met_wrong_gtt_scope → const int
@1 cannot depend on @2
isc_metadata_corrupt → const int
corrupt system table
isc_metadata_name → const int
Name @1 not found in system MetadataBuilder
isc_misc_interpreted → const int
@1
isc_miss_config → const int
Missing configuration file: @1
isc_miss_prvlg → const int
System privilege @1 is missing
isc_miss_trusted_role → const int
Your attachment has no trusted role
isc_miss_wirecrypt → const int
Client attempted to attach unencrypted but wire encryption is required
isc_missing_data_structures → const int
Install incomplete. To complete security database initialization please CREATE USER. For details read doc/README.security_database.txt.
isc_missing_required_spb → const int
Missing required item @1 in service parameter block
isc_mixed_info → const int
Items working with running service and getting generic server information should not be mixed in single info block
isc_modnotfound → const int
module name or entrypoint could not be found
isc_montabexh → const int
Monitoring table space exhausted
isc_multi_segment → const int
Missing segment @1 in multisegment connect block parameter
isc_multi_segment_dup → const int
Duplicated segment @1 in multisegment connect block parameter
isc_must_be_dialect_2_and_up → const int
SQL dialect @1 is not supported in this database
isc_must_have_phys_field → const int
Can't have relation with only computed fields or constraints
isc_nbackup_allowed_switches → const int
isc_nbackup_clean_hist_missed → const int
isc_nbackup_clean_hist_misuse → const int
isc_nbackup_db_notlock → const int
isc_nbackup_dbsize_inconsistent → const int
isc_nbackup_deco_parse → const int
isc_nbackup_err_copy → const int
isc_nbackup_err_createbk → const int
isc_nbackup_err_createdb → const int
isc_nbackup_err_db → const int
isc_nbackup_err_eofbk → const int
isc_nbackup_err_eofdb → const int
isc_nbackup_err_eofhdr_restdb → const int
isc_nbackup_err_eofhdrbk → const int
isc_nbackup_err_eofhdrdb → const int
isc_nbackup_err_fadvice → const int
isc_nbackup_err_openbk → const int
isc_nbackup_err_opendb → const int
isc_nbackup_err_read → const int
isc_nbackup_err_seek → const int
isc_nbackup_err_write → const int
isc_nbackup_failed_lzbk → const int
isc_nbackup_fixup_wrongstate → const int
isc_nbackup_invalid_incbk → const int
isc_nbackup_invlevel_incbk → const int
isc_nbackup_keep_hist_missed → const int
isc_nbackup_lostguid_bk → const int
isc_nbackup_lostguid_db → const int
isc_nbackup_lostguid_l0bk → const int
isc_nbackup_lostrec_db → const int
isc_nbackup_lostrec_guid_db → const int
isc_nbackup_missing_param → const int
isc_nbackup_no_switch → const int
isc_nbackup_nofetchpw_svc → const int
isc_nbackup_page_changed → const int
isc_nbackup_pwfile_error → const int
isc_nbackup_second_keep_switch → const int
isc_nbackup_seq_misuse → const int
isc_nbackup_size_with_lock → const int
isc_nbackup_switchd_parameter → const int
isc_nbackup_unknown_param → const int
isc_nbackup_unknown_switch → const int
isc_nbackup_unsupvers_incbk → const int
isc_nbackup_user_stop → const int
isc_nbackup_userpw_toolong → const int
isc_nbackup_wrong_orderbk → const int
isc_nbackup_wrong_param → const int
isc_need_difference → const int
Difference file name should be set explicitly for database on raw device
isc_net_connect_err → const int
Failed to establish a connection.
isc_net_connect_listen_err → const int
Error while listening for an incoming connection.
isc_net_event_connect_err → const int
Failed to establish a secondary connection for event processing.
isc_net_event_connect_timeout → const int
Timeout occurred while waiting for a secondary connection for event processing
isc_net_event_listen_err → const int
Error while listening for an incoming event connection request.
isc_net_init_error → const int
Error initializing the network software.
isc_net_lookup_err → const int
Failed to locate host machine.
isc_net_read_err → const int
Error reading data from the connection.
isc_net_server_shutdown → const int
@1 server is shutdown
isc_net_write_err → const int
Error writing data to the connection.
isc_network_error → const int
Unable to complete network request to host "@1".
isc_no_archive → const int
must specify archive file when enabling long term journal for databases with round-robin log files
isc_no_crypt_plugin → const int
Crypt plugin @1 failed to load
isc_no_cur_rec → const int
no current record for fetch operation
isc_no_cursor → const int
Cannot open cursor for non-SELECT statement
isc_no_dbkey → const int
dbkey not available for multi-table views
isc_no_delete → const int
cannot delete
isc_no_dup → const int
attempt to store duplicate value (visible to active transactions) in unique index "@1"
isc_no_field_access → const int
cannot access column @1 in view @2
isc_no_finish → const int
program attempted to exit without finishing database
isc_no_jrn → const int
long-term journaling not enabled
isc_no_keyholder_plugin → const int
Key holder plugin @1 failed to load
isc_no_lock_mgr → const int
no lock manager available
isc_no_meta_update → const int
unsuccessful metadata update
isc_no_output_format → const int
Resultset is missing output format information
isc_no_priv → const int
no permission for @1 access to @2 @3
isc_no_providers → const int
No providers loaded
isc_no_recon → const int
transaction is not in limbo
isc_no_record → const int
invalid database key
isc_no_rollback → const int
no rollback performed
isc_no_segments_err → const int
segments not allowed in expression index @1
isc_no_segstr_close → const int
BLOB was not closed
isc_no_stream_plan → const int
table or procedure @1 is not referenced in plan
isc_no_threads → const int
Could not start first worker thread - shutdown server
isc_no_trusted_spb → const int
Use of TRUSTED switches in spb_command_line is prohibited
isc_no_update → const int
cannot update
isc_no_wal → const int
database does not use Write-ahead Log
isc_no_wal_no_jrn → const int
journaling allowed only if database has Write-ahead Log
isc_no_write_user_priv → const int
User cannot write to RDB$USER_PRIVILEGES
isc_noargacc_read → const int
database system cannot read argument @1
isc_noargacc_write → const int
database system cannot write argument @1
isc_node_err → const int
gen.c: node not supported
isc_node_name_err → const int
A node name is not permitted in a secondary, shadow, cache or log file name
isc_nodetach → const int
internal error
isc_nodnotfnd → const int
internal error
isc_nofilter → const int
filter not found to convert type @1 to type @2
isc_non_plugin_protocol → const int
Plugin not supported by network protocol
isc_non_updatable → const int
not updatable
isc_nonsql_security_fld → const int
column has non-SQL security class defined
isc_nonsql_security_rel → const int
object has non-SQL security class defined
isc_nopoolids → const int
too many requests
isc_not_dba → const int
You must have SYSDBA rights at this server
isc_not_rel_owner → const int
only the owner of a table may reassign ownership
isc_not_valid → const int
validation error for column @1, value "@2"
isc_not_valid_for → const int
validation error for @1, value "@2"
isc_not_valid_for_var → const int
validation error for variable @1, value "@2"
isc_nothing_to_cancel → const int
nothing to cancel
isc_notinlim → const int
transaction not in limbo
isc_notremote → const int
internal error
isc_null_block → const int
Null data in parameters block with non-zero length
isc_null_spb → const int
NULL data with non-zero SPB length
isc_nullsegkey → const int
null segment of UNIQUE KEY
isc_num_field_err → const int
number of columns does not match select list
isc_num_literal → const int
Numeric literal too long
isc_num_old_files → const int
maximum number of online dump files that can be specified is 16
isc_numeric_out_of_range → const int
numeric value is out of range
isc_obj_in_use → const int
object @1 is in use
isc_obsolete_metadata → const int
metadata is obsolete
isc_odd_hex_len → const int
Invalid hex text length @1, should be multiple of 2
isc_old_failure → const int
online dump failure. Retry dump
isc_old_in_progress → const int
an online dump is already in progress
isc_old_no_space → const int
no more disk/tape space. Cannot continue online dump
isc_onlycan_add_datetotime → const int
Only a DATE value can be added to a TIME value
isc_onlycan_add_timetodate → const int
Only a TIME value can be added to a DATE value
isc_onlycansub_tstampfromtstamp → const int
TIMESTAMP values can be subtracted only from another TIMESTAMP value
isc_onlyoneop_mustbe_tstamp → const int
Only one operand can be of type TIMESTAMP
isc_open_trans → const int
cannot disconnect database with open transactions (@1 active)
isc_optimizer_between_err → const int
Unsupported field type specified in BETWEEN predicate.
isc_optimizer_blk_exc → const int
size of optimizer block exceeded
isc_order_by_err → const int
invalid ORDER BY clause
isc_orphan → const int
internal error
isc_out_of_bounds → const int
subscript out of bounds
isc_out_of_temp_space → const int
No free space found in temporary directories
isc_overriding_missing → const int
OVERRIDING SYSTEM VALUE should be used to override the value of an identity column defined as 'GENERATED ALWAYS' in table/view @1
isc_overriding_system_invalid → const int
OVERRIDING SYSTEM VALUE can be used only for identity column defined as 'GENERATED ALWAYS' in INSERT for table/view @1
isc_overriding_user_invalid → const int
OVERRIDING USER VALUE can be used only for identity column defined as 'GENERATED BY DEFAULT' in INSERT for table/view @1
isc_overriding_without_identity → const int
OVERRIDING clause can be used only when an identity column is present in the INSERT's field list for table/view @1
isc_package_name → const int
PACKAGE @1
isc_page_type_err → const int
wrong page type
isc_parameter_name → const int
PARAMETER @1
isc_partition_not_supp → const int
Partitions not supported in series of log file specification
isc_partition_too_small → const int
Log partition size too small
isc_partner_idx_incompat_type → const int
partner index segment no @1 has incompatible data type
isc_partner_idx_not_found → const int
Cannot create foreign key constraint @1. Partner index does not exist or is inactive.
isc_password_required → const int
A password is required for this operation
isc_password_too_long → const int
The password specified is too long. Maximum length is 8 bytes.
isc_plugin_name → const int
Plugin @1:
isc_pman_cannot_load_plugin → const int
Error loading plugin @1
isc_pman_entrypoint_notfound → const int
Standard plugin entrypoint does not exist in module @1
isc_pman_module_bad → const int
Module @1 exists but can not be loaded
isc_pman_module_notfound → const int
Loadable module @1 not found
isc_pman_plugin_notfound → const int
Module @1 does not contain plugin @2 type @3
isc_port_len → const int
message length error (encountered @1, expected @2)
isc_prc_out_param_mismatch → const int
Output parameter mismatch for procedure @1
isc_prcmismat → const int
Input parameter mismatch for procedure @1
isc_prcnotdef → const int
procedure @1 is not defined
isc_precision_err → const int
Precision must be from 1 to 18
isc_precision_err2 → const int
Precision must be from @1 to @2
isc_primary_key_exists → const int
Attempt to define a second PRIMARY KEY for the same table
isc_primary_key_notnull → const int
Column used in a PRIMARY constraint must be NOT NULL.
isc_primary_key_ref → const int
Cannot delete PRIMARY KEY being used in FOREIGN KEY definition.
isc_primary_key_required → const int
Primary key required on table @1
isc_private_function → const int
Function @1 is private to package @2
isc_private_procedure → const int
Procedure @1 is private to package @2
isc_proc_name → const int
PROCEDURE @1
isc_proc_pack_not_implemented → const int
Cannot execute procedure @1 of the unimplemented package @2
isc_procedure_conflict_error → const int
alias @1 conflicts with a procedure in the same statement
isc_protect_ownership → const int
Only the owner can change the ownership
isc_protect_sys_tab → const int
@1 operation is not allowed for system table @2
isc_psw_attach → const int
cannot attach to password database
isc_psw_db_error → const int
Security database error
isc_psw_start_trans → const int
cannot start transaction for password database
isc_random → const int
@1
isc_range_in_use → const int
refresh range number @1 already in use
isc_range_not_found → const int
refresh range number @1 not found
isc_read_conflict → const int
read conflicts with concurrent update
isc_read_only → const int
operation not supported
isc_read_only_database → const int
attempted update on read-only database
isc_read_only_field → const int
attempted update of read-only column @1
isc_read_only_rel → const int
attempted update of read-only table
isc_read_only_trans → const int
attempted update during read-only transaction
isc_read_only_view → const int
cannot update read-only view @1
isc_rec_in_limbo → const int
record from transaction @1 is stuck in limbo
isc_rec_size_err → const int
new record size of @1 bytes is too big
isc_record_lock → const int
requested record lock conflicts with existing lock
isc_record_lock_not_supp → const int
Stream does not support record locking
isc_ref_cnstrnt_notfound → const int
Name of Referential Constraint not defined in constraints table.
isc_ref_cnstrnt_update → const int
Cannot update constraints (RDB$REF_CONSTRAINTS).
isc_reftable_requires_pk → const int
"REFERENCES table" without "(column)" requires PRIMARY KEY on referenced table
isc_rel_cnstrnt_update → const int
Cannot update constraints (RDB$RELATION_CONSTRAINTS).
isc_relation_conflict_err → const int
alias @1 conflicts with a table in the same statement
isc_relation_lock → const int
lock on table @1 conflicts with existing lock
isc_relbadblk → const int
internal error
isc_relnotdef → const int
table @1 is not defined
isc_repl_error → const int
Replication error
isc_req_depth_exceeded → const int
request depth exceeded. (Recursive definition?)
isc_req_max_clones_exceeded → const int
Too many concurrent executions of the same request
isc_req_no_trans → const int
no transaction for request
isc_req_stmt_timeout → const int
Statement level timeout expired.
isc_req_sync → const int
request synchronization error
isc_req_wrong_db → const int
request referenced an unavailable database
isc_reqinuse → const int
request in use
isc_request_outdated → const int
Request can't access new records in relation @1 and should be recompiled
isc_return_mode_err → const int
Return mode by value not allowed for this data type
isc_savepoint_backout_err → const int
Error during savepoint backout - transaction invalidated
isc_scale_nogt → const int
Scale must be between zero and precision
isc_sec_context → const int
Missing security context for @1
isc_secdb_name → const int
Error getting security database name from configuration file
isc_segment → const int
segment buffer length shorter than expected
isc_segstr_eof → const int
attempted retrieval of more segments than exist
isc_segstr_no_op → const int
attempted invalid operation on a BLOB
isc_segstr_no_read → const int
attempted read of a new, open BLOB
isc_segstr_no_trans → const int
attempted action on BLOB outside transaction
isc_segstr_no_write → const int
attempted write to read-only BLOB
isc_segstr_wrong_db → const int
attempted reference to BLOB in unavailable database
isc_server_misconfigured → const int
Server misconfigured - contact administrator please
isc_service_att_err → const int
Cannot attach to services manager
isc_service_not_supported → const int
Services functionality will be supported in a later version of the product
isc_service_unknown → const int
Undefined service @1/@2.
isc_ses_reset_err → const int
Cannot reset user session
isc_ses_reset_failed → const int
Reset of user session failed. Connection is shut down.
isc_ses_reset_open_trans → const int
There are open transactions (@1 active)
isc_ses_reset_tran_rollback → const int
Transaction is rolled back due to session reset, all changes are lost
isc_ses_reset_warn → const int
Session was reset with warning(s)
isc_set_invalid_role → const int
Role @1 is invalid or unavailable
isc_shadow_accessed → const int
cannot attach active shadow file
isc_shadow_missing → const int
a file in manual shadow @1 is unavailable
isc_shutdown → const int
database @1 shutdown
isc_shutdown_timeout → const int
Firebird shutdown is still in progress after the specified timeout
isc_shutfail → const int
database shutdown unsuccessful
isc_shutinprog → const int
database @1 shutdown in progress
isc_shutwarn → const int
database @1 shutdown in @2 seconds
isc_sing_select_err → const int
multiple rows in singleton select
isc_sort_err → const int
sort error
isc_sort_mem_err → const int
sort error: not enough memory
isc_sort_rec_size_err → const int
sort record size of @1 bytes is too big
isc_spb_no_id → const int
missing service ID in spb
isc_specify_field_err → const int
must specify column name for view select expression
isc_sql_db_dialect_dtype_unsupport → const int
Database SQL dialect @1 does not support reference to @2 datatype
isc_sql_dialect_conflict_num → const int
DB dialect @1 and client dialect @2 conflict with respect to numeric precision @3.
isc_sql_dialect_datatype_unsupport → const int
Client SQL dialect @1 does not support reference to @2 datatype
isc_sql_too_long → const int
SQL statement is too long. Maximum size is @1 bytes.
isc_sqlerr → const int
SQL error code = @1
isc_sqlwarn → const int
SQL warning code = @1
isc_srvr_version_too_old → const int
server version too old to support all CREATE DATABASE options
isc_ss_out_of_bounds → const int
Subscript @1 out of bounds @2, @3
isc_stack_trace → const int
@1
isc_start_cm_for_wal → const int
WAL defined; Cache Manager must be started first
isc_stream_bof → const int
attempt to fetch before the first record in a record stream
isc_stream_crack → const int
the current position is on a crack
isc_stream_eof → const int
attempt to fetch past the last record in a record stream
isc_stream_not_defined → const int
reference to invalid stream number
isc_stream_not_found → const int
table or procedure @1 is referenced in the plan but not the from list
isc_stream_twice → const int
table or procedure @1 is referenced more than once in plan; use aliases to distinguish
isc_string_truncation → const int
string right truncation
isc_subfunc_defvaldecl → const int
Default values for parameters are not allowed in definition of the previously declared sub-function @1
isc_subfunc_not_impl → const int
Sub-function @1 was declared but not implemented
isc_subfunc_notdef → const int
Sub-function @1 has not been defined
isc_subfunc_signat → const int
Sub-function @1 has a signature mismatch with its forward declaration
isc_subproc_defvaldecl → const int
Default values for parameters are not allowed in definition of the previously declared sub-procedure @1
isc_subproc_not_impl → const int
Sub-procedure @1 was declared but not implemented
isc_subproc_notdef → const int
Sub-procedure @1 has not been defined
isc_subproc_signat → const int
Sub-procedure @1 has a signature mismatch with its forward declaration
isc_subquery_err → const int
No subqueries permitted for VIEW WITH CHECK OPTION
isc_subtype_for_internal_use → const int
Blob sub_types bigger than 1 (text) are for internal use only
isc_suspend_without_returns → const int
SUSPEND could not be used without RETURNS clause in PROCEDURE or EXECUTE BLOCK
isc_svc_bad_size → const int
Size of stdin data is more than was requested from client
isc_svc_in_use → const int
Service is currently busy: @1
isc_svc_name_missing → const int
The service name was not specified.
isc_svc_no_stdin → const int
No isc_info_svc_stdin in user request, but service thread requested stdin data
isc_svc_no_switches → const int
All services except for getting server log require switches
isc_svc_start_failed → const int
Start request for anonymous service is impossible
isc_svcnoexe → const int
service @1 does not have an associated executable
isc_svcnotdef → const int
service @1 is not defined
isc_svcnouser → const int
user name and password are required while attaching to the services manager
isc_syntaxerr → const int
BLR syntax error: expected @1 at offset @2, encountered @3
isc_sys_request → const int
operating system directive @1 failed
isc_sysf_argmustbe_exact → const int
Arguments for @1 must be integral types or NUMERIC/DECIMAL without scale
isc_sysf_argmustbe_exact_or_fp → const int
First argument for @1 must be integral type or floating point type
isc_sysf_argmustbe_gteq_one → const int
Argument for @1 must be greater or equal than one
isc_sysf_argmustbe_nonneg → const int
Argument for @1 must be zero or positive
isc_sysf_argmustbe_nonzero → const int
Argument for @1 must be different than zero
isc_sysf_argmustbe_positive → const int
Argument for @1 must be positive
isc_sysf_argmustbe_range_exc1_1 → const int
Argument for @1 must be in the range -1, 1
isc_sysf_argmustbe_range_inc1_1 → const int
Argument for @1 must be in the range -1, 1
isc_sysf_argnmustbe_nonneg → const int
Argument #@1 for @2 must be zero or positive
isc_sysf_argnmustbe_positive → const int
Argument #@1 for @2 must be positive
isc_sysf_argscant_both_be_zero → const int
Arguments for @1 cannot both be zero
isc_sysf_argviolates_guidigits → const int
Human readable UUID argument for @3 must have hex digit at position @2 instead of "@1"
isc_sysf_argviolates_uuidfmt → const int
Human readable UUID argument for @3 must have "-" at position @2 instead of "@1"
isc_sysf_argviolates_uuidlen → const int
Human readable UUID argument for @2 must be of exact length @1
isc_sysf_argviolates_uuidtype → const int
Human readable UUID argument for @1 must be of string type
isc_sysf_basemustbe_positive → const int
Base for @1 must be positive
isc_sysf_binuuid_mustbe_str → const int
Binary UUID argument for @1 must be of string type
isc_sysf_binuuid_wrongsize → const int
Binary UUID argument for @2 must use @1 bytes
isc_sysf_fp_overflow → const int
Floating point overflow in built-in function @1
isc_sysf_invalid_add_datetime → const int
Invalid data type in addition of part to DATE/TIME/TIMESTAMP in @1
isc_sysf_invalid_add_dtime_rc → const int
Expected DATE/TIME/TIMESTAMP type in evlDateAdd() result
isc_sysf_invalid_addpart_dtime → const int
Invalid part @1 to be added to a DATE/TIME/TIMESTAMP value in @2
isc_sysf_invalid_addpart_time → const int
Only HOUR, MINUTE, SECOND and MILLISECOND can be added to TIME values in @1
isc_sysf_invalid_date_timestamp → const int
Expected DATE/TIMESTAMP value in @1
isc_sysf_invalid_datetimediff → const int
The result of DATE-TIME or TIME-DATE in @1 cannot be expressed in HOUR, MINUTE, SECOND and MILLISECOND
isc_sysf_invalid_diff_dtime → const int
Expected DATE/TIME/TIMESTAMP type as first and second argument to @1
isc_sysf_invalid_diffpart → const int
Invalid part @1 to express the difference between two DATE/TIME/TIMESTAMP values in @2
isc_sysf_invalid_first_last_part → const int
Invalid part @1 to calculate the @1 of a DATE/TIMESTAMP
isc_sysf_invalid_hash_algorithm → const int
Invalid HASH algorithm @1
isc_sysf_invalid_negpowfp → const int
Base for @1 cannot be negative if exponent is not an integral value
isc_sysf_invalid_null_empty → const int
Empty or NULL parameter @1 is not accepted
isc_sysf_invalid_scale → const int
The numeric scale must be between -128 and 127 in @1
isc_sysf_invalid_timediff → const int
The result of TIME-
isc_sysf_invalid_trig_namespace → const int
Invalid usage of context namespace DDL_TRIGGER
isc_sysf_invalid_tstamptimediff → const int
The result of TIME-TIMESTAMP or TIMESTAMP-TIME in @1 cannot be expressed in HOUR, MINUTE, SECOND or MILLISECOND
isc_sysf_invalid_zeropowneg → const int
Base for @1 cannot be zero if exponent is negative
isc_systrig_update → const int
cannot modify or erase a system trigger
isc_table_name → const int
TABLE @1
isc_table_view_err → const int
Only one table allowed for VIEW WITH CHECK OPTION
isc_text_subtype → const int
Implementation of text subtype @1 not located.
isc_time_range_exceeded → const int
value exceeds the range for a valid time
isc_token_err → const int
Token unknown
isc_token_too_long → const int
token size exceeds limit
isc_tokens_parse → const int
Parse to tokens error
isc_tom_algorithm → const int
Unknown crypt algorithm @1 in USING clause
isc_tom_chacha_key → const int
Invalid key length @1, need 16 or 32
isc_tom_crypt_cip → const int
Encrypting using cipher @1
isc_tom_crypt_mode → const int
Encrypting in @1 mode
isc_tom_ctr_big → const int
Too big counter value @1, maximum @2 can be used
isc_tom_ctrtype_bad → const int
Invalid counter endianess @1
isc_tom_decode → const int
Decoding @1
isc_tom_decode64len → const int
Wrong base64 text length @1, should be multiple of 4
isc_tom_decrypt_cip → const int
Decrypting using cipher @1
isc_tom_decrypt_mode → const int
Decrypting in @1 mode
isc_tom_encode → const int
Encoding @1
isc_tom_error → const int
TomCrypt library error: @1
isc_tom_hash_bad → const int
Unknown hash algorithm @1
isc_tom_init_cip → const int
Initializing cipher @1
isc_tom_init_mode → const int
Initializing @1 mode
isc_tom_iv_length → const int
Invalid initialization vector (IV) length @1, need @2
isc_tom_iv_miss → const int
Should specify initialization vector (IV) for chosen cipher and/or mode
isc_tom_key_length → const int
Invalid key length @1, need >@2
isc_tom_mode_bad → const int
Unknown symmetric crypt mode specified
isc_tom_mode_miss → const int
Should specify mode parameter for symmetric cipher
isc_tom_no_ctr → const int
Counter length/value parameter is not used with @1 @2
isc_tom_no_ctrtype → const int
Counter endianess parameter is not used in mode @1
isc_tom_no_iv → const int
Initialization vector (IV) makes no sense for chosen cipher and/or mode
isc_tom_no_mode → const int
Mode parameter makes no sense for chosen cipher
isc_tom_oaep → const int
Invalid OAEP packet
isc_tom_reg → const int
Error registering @1 - probably bad tomcrypt library
isc_tom_rsa_export → const int
Exporting @1 RSA key
isc_tom_rsa_import → const int
Importing RSA key
isc_tom_rsa_make → const int
Making RSA key
isc_tom_rsa_sign → const int
RSA-signing data
isc_tom_rsa_verify → const int
Verifying RSA-signed data
isc_tom_setup_chacha → const int
Invalid initialization vector (IV) length @1, need 8 or 12
isc_tom_setup_cip → const int
Setting initialization vector (IV) for @1
isc_tom_strblob → const int
Invalid first parameter datatype - need string or blob
isc_tom_yarrow_setup → const int
Setting up PRNG yarrow
isc_tom_yarrow_start → const int
Starting PRNG yarrow
isc_too_big_blr → const int
BLR stream length @1 exceeds implementation limit @2
isc_too_many_contexts → const int
Too many Contexts of Relation/Procedure/Views. Maximum allowed is 256
isc_too_many_handles → const int
too many open handles to database
isc_tpb_conflicting_options → const int
Option @1 is not valid if @2 was used previously in TPB
isc_tpb_corrupt_len → const int
Option length @1 goes beyond the remaining TPB size after option @2
isc_tpb_invalid_value → const int
Option value @1 is invalid for the option @2 in TPB
isc_tpb_missing_len → const int
Option length missing after option @1 in TPB
isc_tpb_missing_value → const int
Option length @1 without value after option @2 in TPB
isc_tpb_multiple_spec → const int
Found more than one @1 specification in TPB
isc_tpb_multiple_txn_isolation → const int
Found more than one transaction isolation in TPB
isc_tpb_null_len → const int
Option length is zero after table reservation @1 in TPB
isc_tpb_option_without_rc → const int
Option @1 requires READ COMMITTED isolation in TPB
isc_tpb_overflow_len → const int
Option length @1 exceeds the range for option @2 in TPB
isc_tpb_readtxn_after_writelock → const int
Cannot set the transaction in read only mode after a table reservation isc_tpb_lock_write in TPB
isc_tpb_reserv_baserelnotfound → const int
Base table or view @1 for view @2 not defined in system tables after table reservation @3 in TPB
isc_tpb_reserv_before_table → const int
Table reservation lock type @1 requires table name before in TPB
isc_tpb_reserv_corrup_tlen → const int
Table name length @1 goes beyond the remaining TPB size after table reservation @2
isc_tpb_reserv_long_tlen → const int
Table name length @1 is too long after table reservation @2 in TPB
isc_tpb_reserv_max_recursion → const int
Table reservation reached maximum recursion of @1 when expanding views in TPB
isc_tpb_reserv_missing_tlen → const int
Table name length missing after table reservation @1 in TPB
isc_tpb_reserv_missing_tname → const int
Table name length @1 without table name after table reservation @2 in TPB
isc_tpb_reserv_null_tlen → const int
Table name length is zero after table reservation @1 in TPB
isc_tpb_reserv_relnotfound → const int
Table or view @1 not defined in system tables after table reservation @2 in TPB
isc_tpb_reserv_stronger → const int
Table reservation @1 for table @2 already specified and is stronger than new @3 in TPB
isc_tpb_reserv_stronger_wng → const int
Preserving previous table reservation @1 for table @2, stronger than new @3 in TPB
isc_tpb_reserv_systbl → const int
Table reservation in TPB cannot be applied to @1 because it's a system table
isc_tpb_reserv_temptbl → const int
Table reservation @1 or @2 in TPB cannot be applied to @3 because it's a temporary table
isc_tpb_reserv_virtualtbl → const int
Table reservation in TPB cannot be applied to @1 because it's a virtual table
isc_tpb_writelock_after_readtxn → const int
Cannot take a table reservation isc_tpb_lock_write in TPB because the transaction is in read only mode
isc_tra_must_sweep → const int
isc_tra_num_exc → const int
Transactions count exceeded. Perform backup and restore to make database operable again
isc_tra_snapshot_does_not_exist → const int
Transaction's base snapshot number does not exist
isc_tra_state → const int
transaction @1 is @2
isc_trace_act_notfound → const int
isc_trace_conflict_acts → const int
isc_trace_mandatory_switch_miss → const int
isc_trace_param_act_notcompat → const int
isc_trace_param_invalid → const int
isc_trace_param_val_miss → const int
isc_trace_switch_once → const int
isc_trace_switch_param_miss → const int
isc_trace_switch_svc_only → const int
isc_trace_switch_unknown → const int
isc_trace_switch_user_only → const int
isc_trainlim → const int
transaction in limbo
isc_tranotzer → const int
transaction handle not zero
isc_trans_invalid → const int
transaction marked invalid and cannot be committed
isc_transaction_in_use → const int
Transaction is in use
isc_transitional_date → const int
DATE must be changed to TIMESTAMP
isc_transliteration_failed → const int
Cannot transliterate character between character sets
isc_traoutsta → const int
transaction outstanding
isc_trareqmis → const int
transaction-?request mismatch (synchronization error)
isc_trunc_limits → const int
expected length @1, actual @2
isc_truncate_context → const int
Engine data does not fit into return value of system function
isc_truncate_monitor → const int
Monitoring data does not fit into the field
isc_truncate_warn → const int
String truncated warning due to the following reason
isc_type_notcompat_blob → const int
Type @1 is incompatible with BLOB
isc_udf_exception → const int
A fatal exception occurred during the execution of a user defined function.
isc_udf_fp_nan → const int
Invalid floating point value returned by UDF @1
isc_udf_fp_overflow → const int
Floating point overflow in result from UDF @1
isc_udf_name → const int
Function @1
isc_unavailable → const int
unavailable database
isc_unexp_spb_form → const int
unexpected item in service parameter block, expected @1
isc_unexpected_null → const int
Value is NULL but isNull parameter was not informed
isc_union_err → const int
union not supported
isc_unique_key_violation → const int
violation of PRIMARY or UNIQUE KEY constraint "@1" on table "@2"
isc_unknown_info → const int
Unknown information item, code @1
isc_unlicensed → const int
product @1 is not licensed
isc_unprepared_stmt → const int
Attempt to execute an unprepared dynamic SQL statement.
isc_unres_rel → const int
table @1 was omitted from the transaction reserving list
isc_uns_ext → const int
request includes a DSRI extension not supported in this implementation
isc_unsupported_network_drive → const int
Access to databases on file servers is not supported.
isc_upd_ins_cannot_default → const int
UPDATE OR INSERT value for field @1, part of the implicit or explicit MATCHING clause, cannot be DEFAULT
isc_upd_ins_doesnt_match_matching → const int
UPDATE OR INSERT field list does not match MATCHING clause
isc_upd_ins_doesnt_match_pk → const int
UPDATE OR INSERT field list does not match primary key of table @1
isc_upd_ins_with_complex_view → const int
UPDATE OR INSERT without MATCHING could not be used with views based on more than one table
isc_update_conflict → const int
update conflicts with concurrent update
isc_user_manager → const int
User management plugin is missing or failed to load
isc_usrname_not_found → const int
The user name specified was not found in the security database
isc_usrname_required → const int
A username is required for this operation.
isc_usrname_too_long → const int
The username entered is too long. Maximum length is 31 bytes.
isc_utl_trusted_switch → const int
isc_valid_client_dialects → const int
Valid client dialects are @1.
isc_valid_db_dialects → const int
Valid database dialects are @1.
isc_version_err → const int
too many versions
isc_view_alias → const int
view @1 has more than one base table; use aliases to distinguish
isc_view_name → const int
VIEW @1
isc_virmemexh → const int
unable to allocate memory from operating system
isc_vld_plugins → const int
No matching client/server authentication plugins configured for execute statement in embedded datasource
isc_waifortra → const int
internal error
isc_wal_backup_err → const int
Physical backup is not allowed while Write-Ahead Log is in use
isc_wal_bugcheck → const int
Database @1: WAL subsystem bug for pid @2 @3
isc_wal_cache_err → const int
Write-ahead Log without shared cache configuration not allowed
isc_wal_cant_expand → const int
Could not expand the WAL segment for database @1
isc_wal_err_expansion → const int
WAL buffers cannot be increased. Please see Firebird log.
isc_wal_err_jrn_comm → const int
WAL writer - Journal server communication error. Please see Firebird log.
isc_wal_err_logwrite → const int
WAL I/O error. Please see Firebird log.
isc_wal_err_rollover → const int
Cannot roll over to the next log file @1
isc_wal_err_rollover2 → const int
Unable to roll over please see Firebird log.
isc_wal_err_setup → const int
WAL setup error. Please see Firebird log.
isc_wal_err_ww_start → const int
Cannot start WAL writer for the database @1
isc_wal_err_ww_sync → const int
obsolete
isc_wal_failure → const int
Write-ahead log subsystem failure
isc_wal_file_open → const int
error in opening Write-ahead Log file during recovery
isc_wal_illegal_attach → const int
Illegal attempt to attach to an uninitialized WAL segment for @1
isc_wal_invalid_wpb → const int
Invalid WAL parameter block option @1
isc_wal_ovflow_log_required → const int
Overflow log specification required for round-robin log
isc_wal_shadow_err → const int
Write-ahead Log with shadowing configuration not allowed
isc_wal_subsys_corrupt → const int
WAL subsystem corrupted
isc_wal_subsys_error → const int
WAL subsystem encountered error
isc_walw_err → const int
WAL Writer error
isc_where_err → const int
No WHERE clause for VIEW WITH CHECK OPTION
isc_window_frame_value_invalid → const int
Invalid PRECEDING or FOLLOWING offset in window function: cannot be negative
isc_wirecrypt_incompatible → const int
Incompatible wire encryption levels requested on client and server
isc_wirecrypt_key → const int
Client attempted to start wire encryption using unknown key @1
isc_wirecrypt_plugin → const int
Client attempted to start wire encryption using unsupported plugin @1
isc_wish_list → const int
feature is not supported
isc_wroblrver → const int
unsupported BLR version (expected @1, encountered @2)
isc_wroblrver2 → const int
unsupported BLR version (expected between @1 and @2, encountered @3)
isc_wrodpbver → const int
wrong version of database parameter block
isc_wrodynver → const int
wrong DYN version
isc_wrong_backup_state → const int
Cannot change difference file name while database is in backup mode
isc_wrong_message_length → const int
Message length passed from user application does not match set of columns
isc_wrong_ods → const int
unsupported on-disk structure for file @1; found @2.@3, support @4.@5
isc_wrong_page → const int
RDB$PAGES written by non-system transaction, DB appears to be damaged
isc_wrong_prvlg → const int
System privilege @1 does not exist
isc_wronumarg → const int
wrong number of arguments on call
isc_wrospbver → const int
wrong version of service parameter block
isc_wrotpbver → const int
wrong version of transaction parameter block
isc_xcpnotdef → const int
exception @1 not defined