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.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard