Skip to main content
Version: Next

TransferEventDto

timestring<date-time>required
Example: 2023-10-01T12:00:00Z
statestringrequired

Possible values: [REQUESTED, STARTED, TERMINATED, COMPLETED, SUSPENDED]

Example: COMPLETED
localMessagestring
Example: The transfer completed successfully.
codestring
Example: ERR_NONE
reason[]
Example: ["Operation successful"]
typestringrequired

Possible values: [local, remote]

Example: local
TransferEventDto
{
"time": "2023-10-01T12:00:00Z",
"state": "COMPLETED",
"localMessage": "The transfer completed successfully.",
"code": "ERR_NONE",
"reason": [
"Operation successful"
],
"type": "local"
}