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