EntityStatusErrorProperties

data class EntityStatusErrorProperties(val code: EntityStatusErrorPropertiesCode? = null, val message: String? = null)

Error object with Message and Code.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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