1 write to ErrorMessage
aspire (1)
Commands\CommandResult.cs (1)
22ErrorMessage = errorMessage;
2 references to ErrorMessage
aspire (2)
Commands\BaseCommand.cs (2)
200if (result.ErrorMessage is not null) 202InteractionService.DisplayError(result.ErrorMessage);