TaskIdNotFoundException

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.

Constructors

Link copied to clipboard
constructor(message: String = "Task ID not found for ErrorLog type --- Executor")

Properties

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

The error message.

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