Module Simdutf_types.Error_code

type t = [
  1. | `Base64_extra_bits
  2. | `Base64_input_remainder
  3. | `Header_bits
  4. | `Invalid_base64_character
  5. | `Other
  6. | `Output_buffer_too_small
  7. | `Overlong
  8. | `Success
  9. | `Surrogate
  10. | `Too_large
  11. | `Too_long
  12. | `Too_short
]
val t : t Ctypes_static.typ