5 references to InternalError
Aspire.Hosting.RemoteHost (2)
Ats\CapabilityException.cs (1)
133
Code = AtsErrorCodes.
InternalError
,
RemoteAppHostService.cs (1)
99
Code = AtsErrorCodes.
InternalError
,
Aspire.Hosting.RemoteHost.Tests (3)
CapabilityDispatcherTests.cs (3)
116
Assert.Equal(AtsErrorCodes.
InternalError
, ex.Error.Code);
825
Assert.Equal(AtsErrorCodes.
InternalError
, ex.Error.Code);
1419
Assert.Equal(AtsErrorCodes.
InternalError
, ex.Error.Code);