Component Type Status Error Properties
data class ComponentTypeStatusErrorProperties(val code: ComponentTypeStatusErrorPropertiesCode? = null, val message: String? = null)
Error object with Message and Code.
Constructors
Link copied to clipboard
fun ComponentTypeStatusErrorProperties(code: ComponentTypeStatusErrorPropertiesCode? = null, message: String? = null)