template.ErrorCodeList.md 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
| Error code | Description |
|------------|-------------|
<%
for(error in list){
%>
|${error.value}|${htmlEscape(error.desc)}|
<%}%>