Type Definitions
-
OperationFailureError
-
部分失败异常
Properties:
Name Type Attributes Description message
string 异常信息 clientIds
Array.<string> 因为该原因失败的 client id 列表 code
number <optional>
错误码 detail
string <optional>
详细信息 -
PagedResults
-
分页查询结果
Properties:
Name Type Attributes Description results
Array.<T> 查询结果 next
string <optional>
存在表示还有更多结果,在下次查询中带上可实现翻页。 -
PartiallySuccess
-
部分成功的结果
Properties:
Name Type Description successfulClientIds
Array.<string> 成功的 client id 列表 failures
Array.<OperationFailureError> 失败的异常列表 -
PatchReason
-
修改、撤回消息的原因
Properties:
Name Type Attributes Description code
number 负数为内置 code,正数为开发者在 hook 中自定义的 code。比如因为敏感词过滤被修改的 code 为 -4408。 detail
string <optional>
具体的原因说明。