diff options
Diffstat (limited to 'draft-schanzen-r5n.xml')
-rw-r--r-- | draft-schanzen-r5n.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml index 8a818da..bbfbf5e 100644 --- a/draft-schanzen-r5n.xml +++ b/draft-schanzen-r5n.xml | |||
@@ -261,6 +261,30 @@ PUT(key[, options], BLOCK) | |||
261 | <section anchor="blockstorage" numbered="true" toc="default"> | 261 | <section anchor="blockstorage" numbered="true" toc="default"> |
262 | <name>Block Storage</name> | 262 | <name>Block Storage</name> |
263 | <section> | 263 | <section> |
264 | <name>Block Processing</name> | ||
265 | <dl> | ||
266 | <dt>OK_MORE</dt> | ||
267 | <dd>Valid result, and there may be more.</dd> | ||
268 | <dt>OK_LAST</dt> | ||
269 | <dd>Last possible valid result.</dd> | ||
270 | <dt>OK_DUPLICATE</dt> | ||
271 | <dd>Valid result, but duplicate.</dd> | ||
272 | <dt>RESULT_INVALID</dt> | ||
273 | <dd>Invalid result. Block does not match query. Value = 4.</dd> | ||
274 | <dt>RESULT_IRRELEVANT</dt> | ||
275 | <dd>Block does not match xquery. Valid result, but not relevant for the request.</dd> | ||
276 | <dt>REQUEST_VALID</dt> | ||
277 | <dd>Query is valid, no reply given.</dd> | ||
278 | <dt>REQUEST_INVALID</dt> | ||
279 | <dd> | ||
280 | Query format does not match block type. For example, xquery not | ||
281 | given or xquery_size not appropriate for type. | ||
282 | </dd> | ||
283 | <dt>TYPE_NOT_SUPPORTED</dt> | ||
284 | <dd>Specified block type not supported by this implementation. FIXME: We may not need this for the spec.</dd> | ||
285 | </dl> | ||
286 | </section> | ||
287 | <section> | ||
264 | <name>Block Types</name> | 288 | <name>Block Types</name> |
265 | <t> | 289 | <t> |
266 | Applications can and should define their own block types. | 290 | Applications can and should define their own block types. |