Grammar syntax, error codes, rpc placeholders for tenant snapshot and tenant clone

This commit is contained in:
lalalafeier
2023-10-19 02:43:01 +00:00
committed by ob-robot
parent 17bc8d4e1d
commit ac4719c82c
3 changed files with 7 additions and 9 deletions

View File

@ -266,6 +266,7 @@ constexpr int OB_ENCODING_EST_SIZE_OVERFLOW = -4397;
constexpr int OB_INVALID_SUB_PARTITION_TYPE = -4398;
constexpr int OB_ERR_UNEXPECTED_UNIT_STATUS = -4399;
constexpr int OB_AUTOINC_CACHE_NOT_EQUAL = -4400;
constexpr int OB_TENANT_SNAPSHOT_NOT_EXIST = -4401;
constexpr int OB_IMPORT_NOT_IN_SERVER = -4505;
constexpr int OB_CONVERT_ERROR = -4507;
constexpr int OB_BYPASS_TIMEOUT = -4510;