OnFailure

public enum OnFailure : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case doNothing = "DO_NOTHING"
  • Undocumented

    Declaration

    Swift

    case rollback = "ROLLBACK"
  • Undocumented

    Declaration

    Swift

    case delete = "DELETE"
  • Declaration

    Swift

    public var description: String { get }