全部產品
Search
文件中心

Tablestore:Error

更新時間:Jun 30, 2024

用於在操作失敗時的響應訊息中表示錯誤資訊,以及在BatchGetRow、BatchWriteRow、BulkImport操作的響應訊息中表示單行請求的錯誤。

資料結構

Error {
    required string code = 1;
    optional string message = 2;
}
				

參數

類型

是否必選

描述

code

string

當前單行操作的錯誤碼。

message

string

當前單行操作的錯誤資訊,具體含義可參考錯誤碼。

相關操作