add placeholder for new error code

This commit is contained in:
wanyue-wy
2024-07-19 11:23:20 +00:00
committed by ob-robot
parent 1798787e81
commit bd44b76b9a
4 changed files with 19 additions and 3 deletions

View File

@ -420,6 +420,7 @@ constexpr int OB_RESTORE_SOURCE_NOT_ENOUGH = -9119;
constexpr int OB_OBJECT_NOT_EXIST = -9120;
constexpr int OB_S2_REUSE_VERSION_MISMATCH = -9121;
constexpr int OB_S2_ENTRY_NOT_EXIST = -9122;
constexpr int OB_ALLOCATE_TMP_FILE_PAGE_FAILED = -9124;
constexpr int OB_ERR_XML_PARSE = -9549;
constexpr int OB_ERR_XSLT_PARSE = -9574;
constexpr int OB_HDFS_CONNECT_FS_ERROR = -11019;