SwaggerException public class SwaggerException : Exception Documentation Code public Dictionary<string, IEnumerable<string>> Headers { get; } public string Response { get; } public int StatusCode { get; } public SwaggerException(string message, int statusCode, string response, Dictionary<string, IEnumerable<string>> headers, Exception innerException)