flowId | type | "string" |
---|
required | true |
---|
description | "Identifies a flow of events (all events which happened in the same upload session, an upload session being someone clicking aroung in UploadWizard but not reloading the page). It is comprised of a timestamp and a random number." |
---|
|
---|
flowPosition | type | "integer" |
---|
required | true |
---|
description | "Position within an event flow (first event is 1 etc)." |
---|
|
---|
step | type | "string" |
---|
required | true |
---|
enum | "file" |
"deeds" |
"details" |
"license" |
"metadata" |
|
---|
description | "Name of the UploadWizard step in which the error happened. 'license' errors happened in the license selector menu, which can be displayed in the deeds or the details step, depending on what the user choose" |
---|
|
---|
code | type | "string" |
---|
description | "Error code /type." |
---|
|
---|
message | type | "string" |
---|
description | "Error description." |
---|
|
---|