The OtsErrorCode type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() ![]() | AuthorizationFailure |
用户身份验证失败。
|
![]() ![]() | InternalServerError |
服务器内部错误。
|
![]() ![]() | QuotaExhausted |
用户的配额已经用满。
|
![]() ![]() | StorageDataOutOfRange |
数据超过范围。
|
![]() ![]() | StorageInternalError |
服务器内部错误。
|
![]() ![]() | StorageInvalidPrimaryKey |
主键列无效,例如类型错误。
|
![]() ![]() | StorageObjectAlreadyExist |
要创建的对象(表或视图)已存在。
|
![]() ![]() | StorageObjectNotExist |
对象(表或视图)不存在。
|
![]() ![]() | StorageParameterInvalid |
参数无效。
|
![]() ![]() | StoragePartitionNotReady |
数据分片未准备就绪。
|
![]() ![]() | StoragePrimaryKeyAlreadyExist |
要插入的行已经存在。
|
![]() ![]() | StoragePrimaryKeyNotExist |
要更新的行不存在。
|
![]() ![]() | StorageServerBusy |
服务器忙,请等待。
|
![]() ![]() | StorageSessionNotExist |
要操作的事务不存在或已经过期。
|
![]() ![]() | StorageTimeout |
超时错误,操作结果未定义。
|
![]() ![]() | StorageTransactionLockKeyFail |
不能获得指定的事务锁。
|
![]() ![]() | StorageUnknownError |
OTS未知错误。
|
![]() ![]() | StorageViewIncompletePrimaryKey |
视图的主键列不完整。
|
![]() ![]() | UnmatchedMeta |
指定主键列的相关信息与表结构的相关信息不匹配。
|
See Also