Module Handshake_error.KindSource

Represents the kind of error that can arise while establishing a kerberized connection.

Incompatible_client: The client and server are not compatible

Unexpected_or_no_client_bytes: Issues transmitting or reading data

Unexpected_exception: Other unexpected server-side issues.

Sourcetype t =
  1. | Incompatible_client
  2. | Unexpected_or_no_client_bytes
  3. | Unexpected_exception
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t