4 writes to ErrorMessage
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
748
ErrorMessage
= "Wait command is not supported by the AppHost version. Update the AppHost to use this command."
Aspire.Cli.Tests (3)
Commands\WaitCommandTests.cs (3)
146
ErrorMessage
= "Resource 'nonexistent' was not found."
226
ErrorMessage
= "Timed out waiting for resource 'mydb'."
281
ErrorMessage
= "Resource 'myapp' failed to start."
1 reference to ErrorMessage
aspire (1)
Commands\WaitCommand.cs (1)
145
_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, WaitCommandStrings.ResourceEnteredFailedState, resourceName, response.State ?? response.
ErrorMessage
));