10 references to ErrorDetails
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (10)
DefaultApiDescriptionProviderTest.cs (10)
681new ProducesResponseTypeAttribute(typeof(ErrorDetails), 500),
756Assert.Equal(typeof(ErrorDetails), responseType.Type);
781new ProducesResponseTypeAttribute(typeof(ErrorDetails), 500),
858Assert.Equal(typeof(ErrorDetails), responseType.Type);
891new ProducesResponseTypeAttribute(typeof(ErrorDetails), 500),
928Assert.Equal(typeof(ErrorDetails), responseType.Type);
961new ProducesResponseTypeAttribute(typeof(ErrorDetails), 500),
998Assert.Equal(typeof(ErrorDetails), responseType.Type);
1031new ProducesResponseTypeAttribute(typeof(ErrorDetails), 500),
1068Assert.Equal(typeof(ErrorDetails), responseType.Type);