Merge lp:~tcole/ubuntuone-storage-protocol/invalid-filename-error into lp:ubuntuone-storage-protocol

Proposed by Tim Cole
Status: Merged
Approved by: dobey
Approved revision: 62
Merged at revision: not available
Proposed branch: lp:~tcole/ubuntuone-storage-protocol/invalid-filename-error
Merge into: lp:ubuntuone-storage-protocol
Diff against target: None lines
To merge this branch: bzr merge lp:~tcole/ubuntuone-storage-protocol/invalid-filename-error
Reviewer Review Type Date Requested Status
dobey (community) Approve
Review via email: mp+10268@code.launchpad.net

Commit message

Add INVALID_FILENAME error to protocol

To post a comment you must log in.
Revision history for this message
Tim Cole (tcole) wrote :

Add INVALID_FILENAME error to protocol

Revision history for this message
dobey (dobey) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntuone/storageprotocol/protocol.proto'
2--- ubuntuone/storageprotocol/protocol.proto 2009-08-10 19:41:05 +0000
3+++ ubuntuone/storageprotocol/protocol.proto 2009-08-17 19:29:12 +0000
4@@ -130,6 +130,7 @@
5 TRY_AGAIN = 14;
6 PROTOCOL_ERROR = 15;
7 QUOTA_EXCEEDED = 16;
8+ INVALID_FILENAME = 17;
9 }
10 required ErrorType type = 1;
11 optional string comment = 2;

Subscribers

People subscribed via source and target branches