ERROR

data class ERROR(val errorMessage: String) : ContinueDirectiveHandler.HandleController.Result

Constructors

Link copied to clipboard
fun ERROR(errorMessage: String)

Properties

Link copied to clipboard
val errorMessage: String