ErrorLogsException
Sealed class representing exceptions related to error logs.
Inheritors
Types
Link copied to clipboard
data class InvalidErrorLogTypeException(errorLogType: Int, val message: String = "ErrorLogType [") : ErrorLogsException
Exception thrown when an invalid error log type is encountered.
Link copied to clipboard
data class TaskIdNotFoundException(val message: String = "Task ID not found for ErrorLog type --- Executor") : ErrorLogsException
Exception thrown when a task ID is not found for an error log type.