Error loading module Elixir.GoogleApi.Compute.V1.Model.HTTPHealthCheck
#8174
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
🚨
This issue needs some love.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Hi there,
There are two source modules:
clients/compute/lib/google_api/compute/v1/model/http_health_check.ex
clients/compute/lib/google_api/compute/v1/model/http_health_check_1.ex
and both of them define Poison decoder functions:
GoogleApi.Compute.V1.Model.HttpHealthCheck
, except that one of them defines it as:GoogleApi.Compute.V1.Model.HttpHealthCheck
, see:http_health_check_1.ex
and the other one defines it as:GoogleApi.Compute.V1.Model.HTTPHealthCheck
; theclients/compute/lib/google_api/compute/v1/model/http_health_check.ex
, respectively. This will raise the following error:Environment details
The text was updated successfully, but these errors were encountered: