简体   繁体   English

“意外的操作响应代码:1”是什么意思?

[英]What does “unexpected response code for operation : 1” mean?

Am getting "unexpected response code for operation : 1" from an app trying to insert records in an Azure table storage. 从试图在Azure表存储中插入记录的应用程序获得“操作的意外响应代码:1”。

Am basically placing the data in a TableOperation and already batching the inserts by 100 row chunks. 我基本上将数据放在TableOperation中,并已经按100行块的形式对插入进行批处理。

Can't really find much on the web about the specific "1" code in this Azure error message. 无法在Web上找到有关此Azure错误消息中特定“1”代码的详细信息。

When the batch operation fails, table service returns HTTP status code 400 and along with that it sends the index of the entity which caused this batch to fail. 当批处理操作失败时,表服务返回HTTP状态代码400,并随之发送导致此批处理失败的实体索引。

"unexpected response code for operation : 1" “意外的操作响应代码:1”

This means there's an error while inserting entity at position 1 in your batch. 这意味着在批次中的第1位插入实体时出错。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM