Reason

public enum Reason : String, CaseIterable

Undocumented

  • Undocumented

    Declaration

    Swift

    case name = "incorrect_name"
  • Undocumented

    Declaration

    Swift

    case address = "incorrect_address"
  • Undocumented

    Declaration

    Swift

    case location = "incorrect_location"
  • Undocumented

    Declaration

    Swift

    case missingResult = "cannot_find"
  • Undocumented

    Declaration

    Swift

    case other = "other_result_issue"