TaskResult

TaskResult
TaskResult

Information about a task result.

JSON Example
{
    "message": "PodFederation initialization completed.",
    "message_id": "POD_FEDERATION_INIT_SUCCESS.",
    "result_code": "SUCCESS"
}
string
message
Optional

The result message.

string
message_id
Optional

The result message ID.

string
result_code
Optional

The result code of the task.

  • SUCCESS: Task is completed successfully.
  • WARN: Task is finished but has warning.
  • ERROR: Task is finished but the it has error.
Possible values are : SUCCESS, WARN, ERROR,
Property Of