ErrorLogEntry Data Type

Model of a logged error

Properties
name data type description
id number Entry ID
sid string SID of the session
user string Lastname and Firstname of the acting User
haltId number Halt ID
request string Request
errorDo number Error DO
timestamp number Timestamp
detail string Details about error
stacktrace string Error stacktrace

Example

{
  "id" : 12345,
  "sid" : "...",
  "user" : "...",
  "haltId" : 12345,
  "request" : "...",
  "errorDo" : 12345,
  "timestamp" : 12345,
  "detail" : "...",
  "stacktrace" : "..."
}