ActionOutcome
public enum ActionOutcome : Equatable
                The type that indicates the outcome of performing an action
- 
                  
                  
Undocumented
Declaration
Swift
case success - 
                  
                  
Undocumented
Declaration
Swift
case failure(error: Error) - 
                  
                  
Declaration
Swift
public static func == (lhs: ActionOutcome, rhs: ActionOutcome) -> Bool 
            View on GitHub
          
      ActionOutcome Enumeration Reference