DecodingError
public enum DecodingError : Error, Equatable
Errors that can occur during decoding
-
The
WorkflowDecodablecould not be found in supplied aggregator. AssociatedType: invalid FlowRepresentable nameDeclaration
Swift
case invalidFlowRepresentable(String) -
The
LaunchStylecould not be found. AssociatedType: invalid LaunchStyleDeclaration
Swift
case invalidLaunchStyle(String) -
The
FlowPersistencecould not be found. AssociatedType: invalid LaunchStyleDeclaration
Swift
case invalidFlowPersistence(String) -
Declaration
Swift
public static func == (lhs: DecodingError, rhs: DecodingError) -> Bool
View on GitHub
DecodingError Enumeration Reference