Structure OutputBase

┗ Tensor.OutputBase

namespace: Tensor
packed: false

Description

Base output fields common to operations supporting asynchronous returning transaction information.

Summary

Fields defined in Tensor.OutputBase

devid, etid, resultcode, errinfo

Field Detail

devid (optional) : string

Device identifier provided at operation input, provides a consistent identifier for a device or equivalent (e.g. service identifier) providing the data. Any errors or issues resulting from processing the data will include this identifier in the service logs, providing traceability.

etid (optional) : string

Optional external transaction identifier for the caller to uniquely identify and track the transaction and corresponding results. These identifiers appear in the ILP system logs for traceability analysis. The format of the transaction identifier is up to the caller and can be anything: e.g. [uuid], [id1.subid0], [numerical], etc. This data is never interpreted by the ILP system.

resultcode (required) : ResultCode

Result of the operation.

errinfo (optional) : string

Error information if result was not success.