Backend_LogError

struct

Represents an error logged during a specific HTTP request

Property Type Description
kind String Uniquely identifies the object schema type
id Integer Unique identifier for the object
logId Integer Identifier of the associated parent log entry
message String Error message detailing the failure context
trace String Stack trace associated with the error exception
file String File path where the error was thrown
line Integer Line number where the error was thrown
insertDate DateTime Timestamp when the log error was recorded
part of the Apioo-Project