Optimize ob_errno.def to facilitate better placeholder
This commit is contained in:
14
deps/oblib/src/lib/ob_errno.h
vendored
14
deps/oblib/src/lib/ob_errno.h
vendored
@ -398,15 +398,15 @@ constexpr int OB_BACKUP_PWRITE_CONTENT_NOT_MATCH = -9084;
|
||||
constexpr int OB_CLOUD_OBJECT_NOT_APPENDABLE = -9098;
|
||||
constexpr int OB_RESTORE_TENANT_FAILED = -9099;
|
||||
constexpr int OB_S3_ERROR = -9105;
|
||||
constexpr int OB_TENANT_SNAPSHOT_NOT_EXIST = -9106;
|
||||
constexpr int OB_TENANT_SNAPSHOT_EXIST = -9107;
|
||||
constexpr int OB_TENANT_SNAPSHOT_TIMEOUT = -9108;
|
||||
constexpr int OB_CLONE_TENANT_TIMEOUT = -9109;
|
||||
constexpr int OB_ERR_CLONE_TENANT = -9110;
|
||||
constexpr int OB_ERR_TENANT_SNAPSHOT = -9111;
|
||||
constexpr int OB_TENANT_SNAPSHOT_LOCK_CONFLICT = -9112;
|
||||
constexpr int OB_ERR_XML_PARSE = -9549;
|
||||
constexpr int OB_ERR_XSLT_PARSE = -9574;
|
||||
constexpr int OB_TENANT_SNAPSHOT_NOT_EXIST = -12000;
|
||||
constexpr int OB_TENANT_SNAPSHOT_EXIST = -12001;
|
||||
constexpr int OB_TENANT_SNAPSHOT_TIMEOUT = -12002;
|
||||
constexpr int OB_CLONE_TENANT_TIMEOUT = -12003;
|
||||
constexpr int OB_ERR_CLONE_TENANT = -12004;
|
||||
constexpr int OB_ERR_TENANT_SNAPSHOT = -12005;
|
||||
constexpr int OB_TENANT_SNAPSHOT_LOCK_CONFLICT = -12006;
|
||||
constexpr int OB_MAX_RAISE_APPLICATION_ERROR = -20000;
|
||||
constexpr int OB_MIN_RAISE_APPLICATION_ERROR = -20999;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user