Migration services: Difference between revisions
| Line 875: | Line 875: | ||
| 0x80 || | | 0x80 || | ||
|- | |- | ||
| 0xFF || | | 0xFF || [[#Error|Error]] | ||
|} | |} | ||
| Line 963: | Line 963: | ||
The plaintext request/response payload are empty. | The plaintext request/response payload are empty. | ||
=== Error === | |||
This can be sent by the server to the client to signal that an error occurred. | |||
Plaintext response payload: | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset || Size || Description | |||
|- | |||
| 0x0 || 0x1 || ErrorType | |||
|} | |||
If a state field is valid, it's used to load a Result from an array, otherwise the Result is determined from the above ErrorType. | |||
= Notes = | = Notes = | ||