Borg {}: Got unexpected RPC data format from client.
| 77 | |
| 78 | |
| 79 | class UnexpectedRPCDataFormatFromClient(Error): |
| 80 | """Borg {}: Got unexpected RPC data format from client.""" |
| 81 | |
| 82 | exit_mcode = 85 |
| 83 | |
| 84 | |
| 85 | class UnexpectedRPCDataFormatFromServer(Error): |