Commit 8aca224a authored by aorlati's avatar aorlati
Browse files

Fix #184: solved

parent c2735dc7
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@

<ErrorCode name="UnsupportedOperation" description="The operation is invalid or not supported by this release" shortDescription=" "/>

<ErrorCode name="AbortedByUser" shortDescription="The operation was aborted by the user" shortDescription=" ">
<ErrorCode name="AbortedByUser" description="The operation was aborted by the user" shortDescription=" ">
	<Member name="Operation" type="string" description="Name of the aborted operation" />
</ErrorCode>

@@ -102,7 +102,7 @@

<ErrorCode name="CloseTelescopeScanError" description="Not able command the scan close to the telescope" shortDescription=" "/>

<ErrorCode name="InvalidRestFrequency" shortDescription="The rest frequency is not provided or does not match the number of backend sections" shortDescription=" "/>
<ErrorCode name="InvalidRestFrequency" description="The rest frequency is not provided or does not match the number of backend sections" shortDescription=" "/>

<ErrorCode name="ScheduleNotExist" description="Schedule could not be found" shortDescription=" "/>