D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

TriggeredEvents Data Type

Properties
name data type description
warningMessages array of string
errorMessages array of string
lastOperationStatus Status
event string

Example

{
  "warningMessages" : [ "...", "..." ],
  "errorMessages" : [ "...", "..." ],
  "lastOperationStatus" : "WARNING",
  "event" : "..."
}