getOperation

异步 API 方法会在处理完成之前返回一个结果。使用 getOperation,用于检索异步操作的状态,方法是使用其 operationId

方法签名

public Operation getOperation( GetOperationRequest request) throws CommonException;

GetOperationRequest

属性名称 必填 说明
operationId string 操作 ID。

错误行为

如果发生错误,该库会抛出包含以下错误代码之一的 CommonException

错误代码
AUTHORIZATION_FAIL(如果转销商不是操作的所有者)
INTERNAL_SERVER_ERROR
INVALID_OPERATION_ID