Info

data class Info: Any

Represents an assignment validation message that is used to report problems with the Assignment being validated.

Fields

Name Description
val type: InfoType
val message: String
val description: String

Constructors

<init>

constructor(type: InfoType, message: String, description: String)

Represents an assignment validation message that is used to report problems with the Assignment being validated.

Parameters

Name Description
type: InfoType
message: String
description: String