InvalidTaskRequestException

Thrown when a TaskRequest is constructed with invalid parameters — e.g. a blank TaskRequest.id or a negative repeat interval.

Parameters

reason

Human-readable explanation of what is invalid.

Constructors

Link copied to clipboard
constructor(reason: String)

Properties

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