8970b9c7 by Mike Mathews

ILP-220 Added additional Result Code types.

1 parent c30886f5
...@@ -33,7 +33,11 @@ ...@@ -33,7 +33,11 @@
33 <literal name="undefined" value="0"/> 33 <literal name="undefined" value="0"/>
34 <literal name="failure" value="-1" /> 34 <literal name="failure" value="-1" />
35 <literal name="busy" value="-2" /> 35 <literal name="busy" value="-2" />
36 <literal name="notprocesssed" value="-3"/> 36 <literal name="processingError" value="-3"/>
37 <literal name="parsingError" value="-4"/>
38 <literal name="malformedRequest" value="-5"/>
39 <literal name="encodingError" value="-6"/>
40
37 </enum> 41 </enum>
38 42
39 <struct name="VoidType"> 43 <struct name="VoidType">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!