The response to a Health Check probe had the HTTP response header field X-Load-Balancing-Endpoint-Weight, but its content was invalid (i.e., not a non-negative single-precision floating-point number in decimal string representation).
MissingWeight
The response to a Health Check probe did not have the HTTP response header field X-Load-Balancing-Endpoint-Weight.
UnavailableWeight
This is the value when the accompanied health status is either TIMEOUT (i.e.,the Health Check probe was not able to get a response in time) or UNKNOWN. For the latter, it should be typically because there has not been sufficient time to parse and report the weight for a new backend (which is with 0.0.0.0 ip address). However, it can be also due to an outage case for which the health status is explicitly reset to UNKNOWN.
UndefinedWeightError
A value indicating that the enum field is not set.
WeightNone
This is the default value when WeightReportMode is DISABLE, and is also the initial value when WeightReportMode has just updated to ENABLE or DRY_RUN and there has not been sufficient time to parse and report the backend weight.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The latest version of the `Google.Cloud.Compute.V1.HealthStatus.Types.WeightError` is 3.6.0, and there are numerous previous versions accessible, ranging down to version 1.0.0."],["The `WeightError` enum provides various fields detailing potential issues with health check responses, including `InvalidWeight`, `MissingWeight`, `UnavailableWeight`, `UndefinedWeightError`, and `WeightNone`."],["`WeightError` enum is contained within the `Google.Cloud.Compute.V1` namespace and is found in the `Google.Cloud.Compute.V1.dll` assembly."],["The `UnavailableWeight` field is set when health status is TIMEOUT or UNKNOWN, the `WeightNone` field acts as a default when WeightReportMode is disabled, and the `UndefinedWeightError` indicates when the field is not set."]]],[]]