PROTOCOL
InteractionErrorModel
public protocol InteractionErrorModel
A model that is used to represent an interactive item that contains an error.
Properties
error
var error: String?
The error text.
PROTOCOL
public protocol InteractionErrorModel
A model that is used to represent an interactive item that contains an error.
var error: String?
The error text.