RequestFailedDetailsParser public abstract class RequestFailedDetailsParser Controls how error response content should be parsed. Documentation Code protected RequestFailedDetailsParser() public abstract bool TryParse(Response response, out ResponseError error, out IDictionary data) Parses the error details from the provided Response.