BasicErrorDryrunPrerequisiteResultResponse

data class BasicErrorDryrunPrerequisiteResultResponse(val code: String? = null, val message: String? = null, val type: String)

The represent of basic error

Constructors

constructor(code: String? = null, message: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String? = null

The error code.

Link copied to clipboard
val message: String? = null

The error message.

Link copied to clipboard

The type of dryrun result. Expected value is 'basicError'.