JCResponseStatus

public enum JCResponseStatus

Status of connection requests to indicate success or failure

  • Connection or requested succeeded

    Declaration

    Swift

    case SUCCESS
  • Something went wrong processing our request, no valid response received

    Declaration

    Swift

    case SERVER_SIDE_FAILURE
  • Problem occured on our end, response successfully received, but something went wrong when trying to process it

    Declaration

    Swift

    case CLIENT_SIDE_FAILURE