Module s2n_tls_sys::s2n_error_type

source ·

Constants§

  • Incoming Alert
  • Underlying I/O operation would block
  • EOF
  • Error internal to s2n-tls. A precondition could have failed.
  • Underlying I/O operation failed, check system errno
  • No error
  • Failure in some part of the TLS protocol. Ex: CBC verification failure
  • User input error. Ex: Providing an invalid cipher preference version

Type Aliases§

  • Used to help applications determine why an s2n-tls function failed.