Difference between revisions of "AbortXfer"

From Second Life Wiki
Jump to navigation Jump to search
m
 
 
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 14: Line 13:
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
Used for [[Xfer Manager]] transfers
*ID - Unique ID of the transfer
*Result - Error code
** -42 - Cannot Open File
** -43 - File Not Found
** -44 - File Empty
[[Category:Messages]]
[[Category:Messages]]

Latest revision as of 17:23, 2 January 2007

Message Layout

{
	AbortXfer Low NotTrusted Unencoded
	{
		XferID				Single
		{	ID				U64	}
		{	Result			S32	}
	}
}

Usage and Notes

Used for Xfer Manager transfers

  • ID - Unique ID of the transfer
  • Result - Error code
    • -42 - Cannot Open File
    • -43 - File Not Found
    • -44 - File Empty