package pam

  1. Overview
  2. Docs

Module Pam_conv.Result

type error_t =
  1. | PAM_BUF_ERR
  2. | PAM_CONV_ERR
type t = (Response.t list, error_t) Core.Result.t