Module Values.FuotaDeviceStatusSource

Sourcetype nonrec t =
  1. | Initial
  2. | Package_Not_Supported
  3. | FragAlgo_unsupported
  4. | Not_enough_memory
  5. | FragIndex_unsupported
  6. | Wrong_descriptor
  7. | SessionCnt_replay
  8. | MissingFrag
  9. | MemoryError
  10. | MICError
  11. | Successful
  12. | Device_exist_in_conflict_fuota_task
  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