Index of exceptions


C
CallToExpiredClosure [Foreign]
A closure passed to C was collected by the OCaml garbage collector before it was called.

D
DL_error [Dl]
An error condition occurred when calling Dl.dlopen, Dl.dlclose or Dl.dlsym.

I
IncompleteType [Ctypes]
An attempt was made to compute the size or alignment of an incomplete type.

M
ModifyingSealedType [Ctypes]
An attempt was made to modify a sealed struct or union type description.

U
Uncoercible [Ctypes]
An attempt was made to coerce between uncoercible types.
Unsupported [Ctypes]
An attempt was made to use a feature not currently supported by ctypes.