TransferEventDto
timestring<date-time>required
Example:
2023-10-01T12:00:00Zstatestringrequired
Possible values: [REQUESTED, STARTED, TERMINATED, COMPLETED, SUSPENDED]
Example:
COMPLETEDlocalMessagestring
Example:
The transfer completed successfully.codestring
Example:
ERR_NONEreason[]
Example:
["Operation successful"]typestringrequired
Possible values: [local, remote]
Example:
localTransferEventDto
{
"time": "2023-10-01T12:00:00Z",
"state": "COMPLETED",
"localMessage": "The transfer completed successfully.",
"code": "ERR_NONE",
"reason": [
"Operation successful"
],
"type": "local"
}