Module Values.UnavailabilityReasonCodeSource

Sourcetype nonrec t =
  1. | OBJECT_EXCEEDS_SIZE_QUOTA
  2. | UNSUPPORTED_OBJECT_TYPE
  3. | UNSUPPORTED_FINDING_TYPE
  4. | INVALID_CLASSIFICATION_RESULT
  5. | OBJECT_UNAVAILABLE
  6. | ACCOUNT_NOT_IN_ORGANIZATION
  7. | MISSING_GET_MEMBER_PERMISSION
  8. | ROLE_TOO_PERMISSIVE
  9. | MEMBER_ROLE_TOO_PERMISSIVE
  10. | INVALID_RESULT_SIGNATURE
  11. | RESULT_NOT_SIGNED
  12. | 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