mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Improving profiler error messages (#658)
* Improving error messages * Fixing stopping error message * Cleaning up repeat error messages * Changing error names
This commit is contained in:
committed by
GitHub
parent
b8c31e1138
commit
ec9d51ede1
@@ -3095,6 +3095,23 @@
|
||||
<note>.
|
||||
Parameters: 0 - unit (string) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SessionNotFound">
|
||||
<source>Cannot find requested XEvent session</source>
|
||||
<target state="new">Cannot find requested XEvent session</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="StopSessionFailed">
|
||||
<source>Failed to stop session: {0}</source>
|
||||
<target state="new">Failed to stop session: {0}</target>
|
||||
<note>.
|
||||
Parameters: 0 - error (String) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="StartSessionFailed">
|
||||
<source>Failed to start session: {0}</source>
|
||||
<target state="new">Failed to start session: {0}</target>
|
||||
<note>.
|
||||
Parameters: 0 - error (String) </note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user