4 writes to ErrorMessage
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
748ErrorMessage = "Wait command is not supported by the AppHost version. Update the AppHost to use this command."
Aspire.Cli.Tests (3)
Commands\WaitCommandTests.cs (3)
146ErrorMessage = "Resource 'nonexistent' was not found." 226ErrorMessage = "Timed out waiting for resource 'mydb'." 281ErrorMessage = "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));