DecodingError
public enum DecodingError : Error, Equatable
Errors that can occur during decoding
-
The
WorkflowDecodable
could not be found in supplied aggregator. AssociatedType: invalid FlowRepresentable nameDeclaration
Swift
case invalidFlowRepresentable(String)
-
The
LaunchStyle
could not be found. AssociatedType: invalid LaunchStyleDeclaration
Swift
case invalidLaunchStyle(String)
-
The
FlowPersistence
could not be found. AssociatedType: invalid LaunchStyleDeclaration
Swift
case invalidFlowPersistence(String)
-
Declaration
Swift
public static func == (lhs: DecodingError, rhs: DecodingError) -> Bool