ExecutionError

data class ExecutionError(val message: String) : ComponentError

Represents a generic error that occurs during the execution of the component. The error is represented by a message.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard