MCPcopy
hub / github.com/openwrt/luci / displayError

Method displayError

libs/nixio/axTLS/bindings/java/SSLUtil.java:103–106  ·  view source on GitHub ↗

@brief Display the text string of the error. @param error_code [in] The integer error code. @see ssl.h for the error code list.

(int error_code)

Source from the content-addressed store, hash-verified

101 * @see ssl.h for the error code list.
102 */
103 public static void displayError(int error_code)
104 {
105 axtlsj.ssl_display_error(error_code);
106 }
107
108 /**
109 * @brief Return the version of the axTLS project.

Callers 2

do_serverMethod · 0.95
do_clientMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected