Result public enum Result The result returned as part of a completion handler ok The action was successful Declaration Swift case ok error An error occurred during the processing of the action Declaration Swift case error(Error)