Module Values.ImageFailureCodeSource
Sourcetype nonrec t = | InvalidImageDigest| InvalidImageTag| ImageTagDoesNotMatchDigest| ImageNotFound| MissingDigestAndTag| ImageReferencedByManifestList| KmsError| UpstreamAccessDenied| UpstreamTooManyRequests| UpstreamUnavailable| ImageInaccessible| Non_static_id of string
Sourceval to_value : t -> [> `Enum of string ]