Commit 108bbba3 authored by Giuseppe Carboni's avatar Giuseppe Carboni Committed by GitHub
Browse files

Fix #557, fixed the too long 'shortDescription' field (#558)

parent 05d18e60
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@

<ErrorCode name="Unexpected" shortDescription="An unexpected exception was encountered" description=" "/>

<ErrorCode name="IRALibraryResource" shortDescription="Error encountered while accessing a resource or remote device" description=" ">
<ErrorCode name="IRALibraryResource" shortDescription="Error encountered when accessing a resource or remote device" description=" ">
	<Member name="Code" type="long" description="Code" />
	<Member name="Description" type="string" description="Description" />
</ErrorCode>