4 references to InternalError
Aspire.Hosting.RemoteHost (2)
Ats\CapabilityException.cs (1)
135
Code = AtsErrorCodes.
InternalError
,
RemoteAppHostService.cs (1)
100
Code = AtsErrorCodes.
InternalError
,
Aspire.Hosting.RemoteHost.Tests (2)
CapabilityDispatcherTests.cs (2)
115
Assert.Equal(AtsErrorCodes.
InternalError
, ex.Error.Code);
720
Assert.Equal(AtsErrorCodes.
InternalError
, ex.Error.Code);