Module Values.ImportStatusSource

Sourcetype nonrec t =
  1. | IMPORT_IN_PROGRESS
  2. | IMPORT_COMPLETE
  3. | IMPORT_COMPLETE_WITH_ERRORS
  4. | IMPORT_FAILED
  5. | IMPORT_FAILED_SERVER_LIMIT_EXCEEDED
  6. | IMPORT_FAILED_RECORD_LIMIT_EXCEEDED
  7. | IMPORT_FAILED_UNSUPPORTED_FILE_TYPE
  8. | DELETE_IN_PROGRESS
  9. | DELETE_COMPLETE
  10. | DELETE_FAILED
  11. | DELETE_FAILED_LIMIT_EXCEEDED
  12. | INTERNAL_ERROR
  13. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t