ResponseValidationFailureReason

public enum ResponseValidationFailureReason

The underlying reason the response validation error occurred.

  • dataFileNil: The data file containing the server response did not exist.
  • dataFileReadFailed: The data file containing the server response could not be read.
  • missingContentType: The response did not contain a Content-Type and the acceptableContentTypes provided did not contain wildcard type.
  • unacceptableContentType: The response Content-Type did not match any type in the provided acceptableContentTypes.
  • unacceptableStatusCode: The response status code was not acceptable.