diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-29 13:39:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-29 13:39:25 -0400 |
commit | efcba8f9fc8b9322f3c652f4d84ca4f345d45116 (patch) | |
tree | b877703221b4704cd09eae59a6a927b745c2714a /doc/design/external_special_remote_protocol.mdwn | |
parent | a451dcfb3f44a635027b666c5e8757050dc5b123 (diff) |
implement PREPARE-FAILURE for Tobias
Diffstat (limited to 'doc/design/external_special_remote_protocol.mdwn')
-rw-r--r-- | doc/design/external_special_remote_protocol.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/design/external_special_remote_protocol.mdwn b/doc/design/external_special_remote_protocol.mdwn index 6e3c468f4..b92110729 100644 --- a/doc/design/external_special_remote_protocol.mdwn +++ b/doc/design/external_special_remote_protocol.mdwn @@ -130,6 +130,8 @@ while it's handling a request. * `PREPARE-SUCCESS` Sent as a response to PREPARE once the special remote is ready for use. +* `PREPARE-FAILURE ErrorMsg` + Sent as a response to PREPARE if the special remote cannot be used. * `TRANSFER-SUCCESS STORE|RETRIEVE Key` Indicates the transfer completed successfully. * `TRANSFER-FAILURE STORE|RETRIEVE Key ErrorMsg` |