10 references to ErrorDetails
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (10)
DefaultApiDescriptionProviderTest.cs (10)
652new ProducesResponseTypeAttribute(typeof(ErrorDetails), 500),
727Assert.Equal(typeof(ErrorDetails), responseType.Type);
752new ProducesResponseTypeAttribute(typeof(ErrorDetails), 500),
829Assert.Equal(typeof(ErrorDetails), responseType.Type);
862new ProducesResponseTypeAttribute(typeof(ErrorDetails), 500),
899Assert.Equal(typeof(ErrorDetails), responseType.Type);
932new ProducesResponseTypeAttribute(typeof(ErrorDetails), 500),
969Assert.Equal(typeof(ErrorDetails), responseType.Type);
1002new ProducesResponseTypeAttribute(typeof(ErrorDetails), 500),
1039Assert.Equal(typeof(ErrorDetails), responseType.Type);