8 references to InternalError
Aspire.Hosting.RemoteHost (3)
Ats\CapabilityException.cs (1)
133Code = AtsErrorCodes.InternalError,
Ats\PolyglotCapabilityInvocationException.cs (1)
90errorCode ?? AtsErrorCodes.InternalError,
RemoteAppHostService.cs (1)
171Code = AtsErrorCodes.InternalError,
Aspire.Hosting.RemoteHost.Tests (5)
CapabilityDispatcherTests.cs (5)
116Assert.Equal(AtsErrorCodes.InternalError, ex.Error.Code); 929Assert.Equal(AtsErrorCodes.InternalError, ex.Error.Code); 1819Assert.Equal(AtsErrorCodes.InternalError, ex.Error.Code); 1841Assert.Equal(AtsErrorCodes.InternalError, ex.Error.Code); 1966Assert.Equal(AtsErrorCodes.InternalError, capabilityException.Error.Code);