add OB_IO_TIMEOUT error code

This commit is contained in:
obdev
2024-08-28 04:14:55 +00:00
committed by ob-robot
parent f761eb0cb9
commit d731837e67
4 changed files with 23 additions and 3 deletions

View File

@ -174,7 +174,7 @@ public:
};
// The length of the second dimension, in order to solve the conflict of multiple identical error codes
constexpr int OB_MAX_SAME_ERROR_COUNT = 10;
constexpr int OB_MAX_SAME_ERROR_COUNT = 11;
constexpr int ORACLE_SPECIAL_ERROR_CODE = 600;
constexpr int ORACLE_MAX_ERROR_CODE = 65535;
constexpr int ORACLE_MSG_PREFIX = 11; // strlen("OBE-00000: ")