Backend_CronjobError

struct

Represents an error which occurred on cronjob execution

Property Type Description
message String Error message detailing the cause of failure
trace String Stack trace of the error exception
file String File path where the execution error occurred
line Integer Line number where the execution error occurred
part of the Apioo-Project