Creates an instance of the ErrorLog class.
The ID of the plan where the error occurred.
The error message.
The type of the error log.
The timestamp when the error occurred.
The error message.
The ID of the plan where the error occurred.
The timestamp (in milliseconds) when the error occurred.
The type of error log (e.g., HookErrorLog, ExecutorErrorLog).
StaticExecutorRepresents an error log related to a task execution failure.
This is a nested class within ErrorLog.
StaticHookRepresents an error log related to a hook failure.
This is a nested class within ErrorLog.
Represents an error log in the system. An error log is created when an error occurs in a plan or task, and it contains details about the error.