template.ErrorCodeList.adoc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of smart-doc Show documentation
Show all versions of smart-doc Show documentation
Smart-doc is a tool that supports both JAVA RESTFUL API and Apache Dubbo RPC interface document
generation.
# Error code list
[width="100%",options="header"]
[stripes=even]
|====================
|Error code |Description
<%
for(error in list){
%>
|${error.value}|${error.desc}
<%}%>
|====================