Interface JaybirdErrorCodes


  • public interface JaybirdErrorCodes
    Constants for Jaybird specific error codes.

    The error code of Jaybird use the same scheme as the rest of Firebird error codes. The error codes are not maintained within Firebird, but here and in associated files jaybird_error_msg.properties and jaybird_error_sqlstates.properties

    For error codes, Firebird has reserved facility code 26 for Jaybird. Facility code 26 has error codes in range 337248256 - 337264639. See Firebird src\common\msg_encode.h for calculation of this range.

    Since:
    3.0
    Author:
    Mark Rotteveel