Skip to content

Commit

Permalink
Update error message for service reported errors (#3183)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyk-ms authored Apr 20, 2023
1 parent 6027e88 commit 3cbba17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iothub/service/src/Common/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
<value>The value of this argument must be non-negative.</value>
</data>
<data name="UserErrorFormat" xml:space="preserve">
<value>{0} If you contact a support representative please include this correlation identifier: {1}, timestamp: {2:u}, errorcode: IH{3}.</value>
<value>{0} [identifier: {1}, timestamp: {2:u}, errorcode: IH{3}]. For more info about this error code, see https://learn.microsoft.com/en-us/rest/api/iothub/common-error-codes.</value>
</data>
<data name="UnspecifiedError" xml:space="preserve">
<value>An error occurred.</value>
Expand Down Expand Up @@ -264,4 +264,4 @@
<data name="DeviceNotFound" xml:space="preserve">
<value>"Device {0} at IotHub {1} not registered"</value>
</data>
</root>
</root>

0 comments on commit 3cbba17

Please sign in to comment.