Module Values.ErrorCodeSource

Sourcetype nonrec t =
  1. | SubnetNotFound
  2. | SecurityGroupNotFound
  3. | EniLimitReached
  4. | IpNotAvailable
  5. | AccessDenied
  6. | OperationNotPermitted
  7. | VpcIdNotFound
  8. | Unknown
  9. | NodeCreationFailure
  10. | PodEvictionFailure
  11. | InsufficientFreeAddresses
  12. | ClusterUnreachable
  13. | InsufficientNumberOfReplicas
  14. | ConfigurationConflict
  15. | AdmissionRequestDenied
  16. | UnsupportedAddonModification
  17. | K8sResourceNotFound
  18. | 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