No matching definitions.

http/error

src/http/error.tur
defn

http-error-message

(http-error-message [code :int] :cstr)

convert an mbedTLS error code to a string.

codenegative mbedTLS error code (e.g. from mbedtls_ssl_handshake)

:cstr -- human-readable error description (static storage, do not free)

(println (http-error-message -0x7200))

Since: P5