Appearance
FailedProperty
Representation of an Error localised on a change to one Property
swift
struct FailedProperty<T> where T : FlakePropertyType
Overview
FailedProperties can be a result of setProperties
Message that could not be fullfilled They are an option to commuicate more granular Errors next to the generel Message Result in the Header.
Initializers
init(id:isReadOnly:isActionable:isVolatile:error:)
swift
init(id: FlakePropertyProtocol.Id, isReadOnly: Bool, isActionable: Bool, isVolatile: Bool, error: FlakePropertyError)
Instance Properties
error
swift
let error: FlakePropertyError
id
swift
let id: FlakePropertyProtocol.Id
isActionable
swift
let isActionable: Bool
isReadOnly
swift
let isReadOnly: Bool
isVolatile
swift
let isVolatile: Bool