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 |
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. |