ComponentTypeStatusErrorProperties

data class ComponentTypeStatusErrorProperties(val code: ComponentTypeStatusErrorPropertiesCode? = null, val message: String? = null)

Error object with Message and Code.

Constructors

Link copied to clipboard
constructor(code: ComponentTypeStatusErrorPropertiesCode? = null, message: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val message: String? = null