10 references to ErrorDetails
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (10)
DefaultApiDescriptionProviderTest.cs (10)
682new ProducesResponseTypeAttribute(typeof(ErrorDetails), 500),
757Assert.Equal(typeof(ErrorDetails), responseType.Type);
782new ProducesResponseTypeAttribute(typeof(ErrorDetails), 500),
859Assert.Equal(typeof(ErrorDetails), responseType.Type);
892new ProducesResponseTypeAttribute(typeof(ErrorDetails), 500),
929Assert.Equal(typeof(ErrorDetails), responseType.Type);
962new ProducesResponseTypeAttribute(typeof(ErrorDetails), 500),
999Assert.Equal(typeof(ErrorDetails), responseType.Type);
1032new ProducesResponseTypeAttribute(typeof(ErrorDetails), 500),
1069Assert.Equal(typeof(ErrorDetails), responseType.Type);