The finish node of the response packet is structured as follows:

Response Samples
Positive responses received from server look as follows:
<packet version="1.5.2.0">
<migration>
<finish>
<result>
<status>ok</status>
</result>
</finish>
</migration>
</packet>
<packet version="1.5.2.0">
<migration>
<finish>
<result>
<status>ok</status>
</result>
</finish>
<finish>
<result>
<status>ok</status>
</result>
</finish>
</migration>
</packet>
A negative response received from server can look as follows:
<packet version="1.5.2.0">
<migration>
<finish>
<result>
<status>error</status>
<errcode>1013</errcode>
<errtext>Session with ID "/opt/psa/tmp/24174" does not exist</errtext>
</result>
</finish>
</migration>
</packet>