##// END OF EJS Templates
Clarified the sync document
Clarified the sync document

File last commit:

r791:75a3948b decentral
r839:b2941d7f decentral
Show More
response_versionmismatch.xml
11 lines | 443 B | application/xml | XmlLexer
/ docs / samples / response_versionmismatch.xml
neko259
Added error response sample
r790 <?xml version="1.1" encoding="UTF-8" ?>
<response>
<status>error</status>
neko259
Changed next and previous models format. Added clarification to the detailed...
r791 <!--
The detail field reply cases are limited. They are optional to
check, so the implementation can check the status, see 'error' and
just drop the response and not check the details. This is the main
reason detail was split to another field.
-->
neko259
Added error response sample
r790 <status-detail>protocol version mismatch</status-detail>
</response>