TaskError¶
-
public class
TaskError
implements Serializable¶ Represents a single task error. Those error are encountered during validation of a channel if some of the required fields are blank or missing.
Constructors¶
TaskError¶
-
public
TaskError
(TaskErrorType type, String... args)¶ Constructor.
Parameters: - type – the error type, not null
- args – the arguments
Methods¶
toDto¶
-
public TaskErrorDto
toDto
()¶