Home
last modified time | relevance | path

Searched +full:error +full:- +full:reporting (Results 1 – 25 of 1177) sorted by relevance

12345678910>>...48

/external/google-cloud-java/java-errorreporting/
Dsynth.metadata6 "remote": "https://github.com/googleapis/java-errorreporting.git",
30 "apiName": "devtools-clouderrorreporting",
44 ".github/generated-files-bot.yml",
46 ".github/release-please.yml",
47 ".github/release-trigger.yml",
48 ".github/snippet-bot.yml",
49 ".github/sync-repo-settings.yaml",
50 ".github/trusted-contribution.yml",
51 ".github/workflows/approve-readme.yaml",
52 ".github/workflows/auto-release.yaml",
[all …]
Dpom.xml1 <?xml version='1.0' encoding='UTF-8'?>
2 …//www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:/…
5 <artifactId>google-cloud-errorreporting-parent</artifactId>
7 <version>0.138.0-beta</version><!-- {x-version-update:google-cloud-errorreporting:current} -->
8 <name>Google Cloud Error Reporting Parent</name>
15 <artifactId>google-cloud-jar-parent</artifactId>
16 <version>1.11.0</version><!-- {x-version-update:google-cloud-java:current} -->
17 <relativePath>../google-cloud-jar-parent/pom.xml</relativePath>
21 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
[all …]
DREADME.md1 # Google Error Reporting Client for Java
3 Java idiomatic client for [Error Reporting][product-docs].
5 [![Maven][maven-version-image]][maven-version-link]
6 ![Stability][stability-image]
8 - [Product Documentation][product-docs]
9 - [Client Library Documentation][javadocs]
11 > Note: This client is a work-in-progress, and may occasionally
12 > make backwards-incompatible changes.
18 If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
25 <artifactId>libraries-bom</artifactId>
[all …]
/external/googleapis/google/devtools/clouderrorreporting/v1beta1/
Dclouderrorreporting_v1beta1.yaml4 title: Error Reporting API
7 - name: google.devtools.clouderrorreporting.v1beta1.ErrorGroupService
8 - name: google.devtools.clouderrorreporting.v1beta1.ErrorStatsService
9 - name: google.devtools.clouderrorreporting.v1beta1.ReportErrorsService
12 summary: |-
14 reports new errors, and provides access to error groups and their
16 overview: |-
17 <!-- mdlint off(URL_BAD_G3DOC_PATH) -->
28 [endpoint](/error-reporting/reference/rest/v1beta1/projects.events/report)
30 * Read access to error groups and their associated errors.
[all …]
Dcommon.proto7 // http://www.apache.org/licenses/LICENSE-2.0
31 // Description of a group of similar error events.
39 // Example: <code>projects/my-project-123/groups/CNSgkpnppqKCUw</code>
42 // Group IDs are unique for a given project. If the same kind of error
49 // Error group's resolution status.
54 // Information related to tracking the progress on resolving the error.
61 // An error event which is returned by the Error Reporting system.
63 // Time when the event occurred as provided in the error report.
64 // If the report did not contain a timestamp, the time the error was received
65 // by the Error Reporting system is used.
[all …]
Dreport_errors_service.proto7 // http://www.apache.org/licenses/LICENSE-2.0
35 // An API for reporting error events.
39 "https://www.googleapis.com/auth/cloud-platform";
41 // Report an individual error event and record the event to a log.
51 // **Note:** [Error Reporting](/error-reporting) is a global service built
65 // A request for reporting an individual error event.
72 // Example: // `projects/my-project-123`.
80 // Required. The error event to be reported.
84 // Response for reporting an individual error event.
88 // An error event which is reported to the Error Reporting system.
[all …]
/external/python/google-api-python-client/docs/dyn/
Dclouderrorreporting_v1beta1.projects.events.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dclouderrorreporting_v1beta1.projects.groupStats.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcontent_v2_1.collections.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/cronet/tot/net/reporting/
DREADME.md1 # Reporting chapter
3 Reporting is a central mechanism for sending out-of-band error reports
9 * The original API implemented in Chrome (Reporting V0) can be found at
10 [https://www.w3.org/TR/2018/WD-reporting-1-20180925/].
11 * The newer API is split into two parts. Document and worker-level reporting
12 (Reporting V1) is specified in the [draft reporting spec]
13 (https://w3c.github.io/reporting/), while Network-level reporting is
14 specified in the [draft network reporting spec]
15 (https://w3c.github.io/reporting/network-reporting.html).
19 ## Reporting in Chromium
[all …]
/external/cronet/stable/net/reporting/
DREADME.md1 # Reporting chapter
3 Reporting is a central mechanism for sending out-of-band error reports
9 * The original API implemented in Chrome (Reporting V0) can be found at
10 [https://www.w3.org/TR/2018/WD-reporting-1-20180925/].
11 * The newer API is split into two parts. Document and worker-level reporting
12 (Reporting V1) is specified in the [draft reporting spec]
13 (https://w3c.github.io/reporting/), while Network-level reporting is
14 specified in the [draft network reporting spec]
15 (https://w3c.github.io/reporting/network-reporting.html).
19 ## Reporting in Chromium
[all …]
/external/stg/
Dreporting.cc1 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
2 // -*- mode: C++ -*-
4 // Copyright 2020-2022 Google LLC
21 #include "reporting.h"
38 #include "error.h"
45 namespace reporting { namespace
100 bool PrintComparison(const Reporting& reporting, in PrintComparison() argument
111 << "internal error: Attempt to print comparison with nothing to compare."; in PrintComparison()
114 os << DescribeKind(reporting.graph)(*id1) << " '" in PrintComparison()
115 << Describe(reporting.graph, reporting.names)(*id1) in PrintComparison()
[all …]
/external/python/google-api-python-client/samples/analytics/
Dcore_reporting_v3_reference.py2 # -*- coding: utf-8 -*-
10 # http://www.apache.org/licenses/LICENSE-2.0
18 """Reference command-line example for Google Analytics Core Reporting API v3.
21 all the pieces of data returned by the Google Analytics Core Reporting API v3.
36 http://developers.google.com/analytics/devguides/reporting/core/v3/gdataAuthorization
54 Also you can also get help on all the command-line flags the program
57 $ python core_reporting_v3_reference.py --help
70 # Declare command-line flags.
88 except TypeError as error:
90 print(('There was an error in constructing your query : %s' % error))
[all …]
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dclouderrorreporting.v1beta1.json5 "https://www.googleapis.com/auth/cloud-platform": {
15 …oud services and applications, reports new errors, and provides access to error groups and their a…
17 "documentationLink": "https://cloud.google.com/error-reporting/",
19 "x16": "http://www.google.com/images/icons/product/search-16.gif",
20 "x32": "http://www.google.com/images/icons/product/search-32.gif"
30 "description": "V1 error format.",
36 "v1 error format",
37 "v2 error format"
56 "Responses with Content-Type of application/json",
57 "Media download with context-dependent Content-Type",
[all …]
/external/cronet/tot/net/network_error_logging/
DREADME.md1 # Network Error Logging (NEL)
3 Network Error Logging (NEL) provides out-of-band reporting of network errors
4 via the Reporting API (see `//net/reporting`). Site operators can specify a
5 NEL policy that defines the Reporting endpoint(s) on which they wish to receive
6 reports about client-side errors encountered while connecting to the site. The
7 draft spec can be found [here](https://w3c.github.io/network-error-logging/).
22 as the remote IP address and outcome (a `net::Error` code).
26 NEL report to be uploaded out-of-band to the policy's specified Reporting
28 [`ReportingService`](https://source.chromium.org/chromium/chromium/src/+/main:net/reporting/reporti…
/external/cronet/stable/net/network_error_logging/
DREADME.md1 # Network Error Logging (NEL)
3 Network Error Logging (NEL) provides out-of-band reporting of network errors
4 via the Reporting API (see `//net/reporting`). Site operators can specify a
5 NEL policy that defines the Reporting endpoint(s) on which they wish to receive
6 reports about client-side errors encountered while connecting to the site. The
7 draft spec can be found [here](https://w3c.github.io/network-error-logging/).
22 as the remote IP address and outcome (a `net::Error` code).
26 NEL report to be uploaded out-of-band to the policy's specified Reporting
28 [`ReportingService`](https://source.chromium.org/chromium/chromium/src/+/main:net/reporting/reporti…
/external/google-cloud-java/java-errorreporting/grpc-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/
DReportErrorsServiceGrpc.java8 * https://www.apache.org/licenses/LICENSE-2.0
24 * An API for reporting error events.
101 * Creates a new blocking-style stub that supports unary and streaming output calls on the service
115 /** Creates a new ListenableFuture-style stub that supports unary calls on the service */
132 * An API for reporting error events.
141 * Report an individual error event and record the event to a log.
148 * **Note:** [Error Reporting](/error-reporting) is a global service built
167 * An API for reporting error events.
183 * An API for reporting error events.
202 * Report an individual error event and record the event to a log.
[all …]
/external/google-cloud-java/java-errorreporting/proto-google-cloud-error-reporting-v1beta1/src/main/proto/google/devtools/clouderrorreporting/v1beta1/
Dcommon.proto7 // http://www.apache.org/licenses/LICENSE-2.0
31 // Description of a group of similar error events.
39 // Example: <code>projects/my-project-123/groups/CNSgkpnppqKCUw</code>
42 // Group IDs are unique for a given project. If the same kind of error
49 // Error group's resolution status.
54 // Information related to tracking the progress on resolving the error.
61 // An error event which is returned by the Error Reporting system.
63 // Time when the event occurred as provided in the error report.
64 // If the report did not contain a timestamp, the time the error was received
65 // by the Error Reporting system is used.
[all …]
Dreport_errors_service.proto7 // http://www.apache.org/licenses/LICENSE-2.0
35 // An API for reporting error events.
39 "https://www.googleapis.com/auth/cloud-platform";
41 // Report an individual error event and record the event to a log.
51 // **Note:** [Error Reporting](/error-reporting) is a global service built
65 // A request for reporting an individual error event.
72 // Example: // `projects/my-project-123`.
80 // Required. The error event to be reported.
84 // Response for reporting an individual error event.
88 // An error event which is reported to the Error Reporting system.
[all …]
/external/google-cloud-java/java-errorreporting/grpc-google-cloud-error-reporting-v1beta1/
Dpom.xml2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
6 <artifactId>grpc-google-cloud-error-reporting-v1beta1</artifactId>
7 …<version>0.104.0</version><!-- {x-version-update:grpc-google-cloud-error-reporting-v1beta1:current…
8 <name>grpc-google-cloud-error-reporting-v1beta1</name>
9 <description>GRPC library for grpc-google-cloud-error-reporting-v1beta1</description>
12 <artifactId>google-cloud-errorreporting-parent</artifactId>
13 <version>0.138.0-beta</version><!-- {x-version-update:google-cloud-errorreporting:current} -->
18 <artifactId>grpc-stub</artifactId>
23 <artifactId>grpc-protobuf</artifactId>
[all …]
/external/google-cloud-java/java-errorreporting/proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/
DServiceContextFilterOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
31 …* [`ServiceContext.service`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service…
44 …* [`ServiceContext.service`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service…
58 …* [`ServiceContext.version`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version…
71 …* [`ServiceContext.version`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version…
85 …* [`ServiceContext.resource_type`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.r…
98 …* [`ServiceContext.resource_type`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.r…
/external/google-cloud-java/java-errorreporting/google-cloud-errorreporting-bom/
Dpom.xml1 <?xml version='1.0' encoding='UTF-8'?>
2 …//www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:/…
5 <artifactId>google-cloud-errorreporting-bom</artifactId>
6 <version>0.138.0-beta</version><!-- {x-version-update:google-cloud-errorreporting:current} -->
11 <artifactId>google-cloud-pom-parent</artifactId>
12 <version>1.11.0</version><!-- {x-version-update:google-cloud-java:current} -->
13 <relativePath>../../google-cloud-pom-parent/pom.xml</relativePath>
18 BOM for Google Cloud Error Reporting
25 <artifactId>google-cloud-errorreporting</artifactId>
26 … <version>0.138.0-beta</version><!-- {x-version-update:google-cloud-errorreporting:current} -->
[all …]
/external/google-cloud-java/java-errorreporting/proto-google-cloud-error-reporting-v1beta1/
Dpom.xml2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
6 <artifactId>proto-google-cloud-error-reporting-v1beta1</artifactId>
7 …<version>0.104.0</version><!-- {x-version-update:proto-google-cloud-error-reporting-v1beta1:curren…
8 <name>proto-google-cloud-error-reporting-v1beta1</name>
9 <description>PROTO library for proto-google-cloud-error-reporting-v1beta1</description>
12 <artifactId>google-cloud-errorreporting-parent</artifactId>
13 <version>0.138.0-beta</version><!-- {x-version-update:google-cloud-errorreporting:current} -->
18 <artifactId>protobuf-java</artifactId>
23 <artifactId>api-common</artifactId>
[all …]
/external/rust/android-crates-io/crates/json-strip-comments/benches/
Dstrip.rs24 …// "disableSolutionSearching": true, /* Opt a project out of multi-project referen…
32 …// "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated de…
35 …Specify module specifier used to import the JSX factory functions when using `jsx: react-jsx*`.` */
38 …// "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class f…
44 … /* Specify the base directory to resolve non-relative module names…
45 …// "paths": {}, /* Specify a set of entries that re-map impor…
55 …// "checkJs": true, /* Enable error reporting in type-checked Jav…
67 …llow importing helper functions from tslib once per project, instead of including them per-file. */
74 …// "emitBOM": true, /* Emit a UTF-8 Byte Order Mark (BOM) in the …
91 …"strict": true, /* Enable all strict type-checking options. */
[all …]
/external/sdv/vsomeip/third_party/boost/system/doc/system/
Dintroduction.adoc2 Copyright 2003-2017 Beman Dawes
15 Error conditions originating from the operating system or other low-level
17 representing an error code. When these low-level API calls are wrapped in
19 error codes in portable ways. Other users need to get at the system specific
20 error codes, so they can deal with system specific needs. The Boost System
21 library provides simple, light-weight `error_code` objects that encapsulate
22 system-specific error code values, yet also provide access to more abstract
23 and portable error conditions via `error_condition` objects.
26 operating system, including user-defined sources, each `error_code` and
33 While exceptions are the preferred {cpp} default error code reporting
[all …]

12345678910>>...48