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)." |
---|
|
---|
message | type | "string" |
---|
required | true |
---|
description | "Exception message." |
---|
|
---|
url | type | "string" |
---|
required | true |
---|
description | "URL of the file where the error occured." |
---|
|
---|
line | type | "number" |
---|
required | true |
---|
description | "Line number." |
---|
|
---|
column | type | "number" |
---|
description | "Column number. Not all browsers support this." |
---|
|
---|
stack | type | "string" |
---|
description | "Stack trace. Not all browsers support this." |
---|
|
---|