Pudu programming language
Menu
API reference

Std.Tls.TlsError

1 declaration

type

TlsError

This declaration introduces a public type.

What it does

Why a secured connection did not do what it was asked.

A refusal to trust is kept apart from every other kind, because it is the

one a caller must not retry around: a certificate that did not verify is a

connection to somebody, and which somebody is exactly what could not be

established.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.TlsSearch related declarations