--- v22/errors/query_error.proto 2026-01-23 15:36:21.000000000 +0000 +++ v23/errors/query_error.proto 2026-01-23 15:36:26.000000000 +0000 @@ -181,6 +181,10 @@ // SELECT or WHERE clause. PROHIBITED_SEGMENT_WITH_METRIC_IN_SELECT_OR_WHERE_CLAUSE = 53; + // A metric may not be selected with one of the selected resource fields, + // or segmented by one of the selected segment fields. + PROHIBITED_FIELD_OR_SEGMENT_WITH_METRIC = 65; + // The value passed to the limit clause is too low. LIMIT_VALUE_TOO_LOW = 25; @@ -219,5 +223,8 @@ // The number of values (right-hand-side operands) in a filter exceeds the // limit. FILTER_HAS_TOO_MANY_VALUES = 63; + + // Required segment field is missing. + REQUIRED_SEGMENT_FIELD_MISSING = 66; } }
/errors/query_error.proto
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2026-01-28 (UTC) को अपडेट किया गया.