ErrorCode

public enum ErrorCode : String
  • Declaration

    Swift

    case ORDER_NOT_FOUND = "ORDER_NOT_FOUND"
  • Declaration

    Swift

    case PAYMENT_NOT_FOUND = "PAYMENT_NOT_FOUND"
  • Declaration

    Swift

    case FAIL = "FAIL"