Problems

Problems API service.

The main purpose of this API is to allow clients to create configure and report problems in a centralized way.

Reported problems are exposed via build operation progress events, which then be converted to Tooling API progress events.

Functions

Link copied to clipboard
Returns a new problem builder which can configure and create Problem instances.
Link copied to clipboard
Configures a new problem with error severity using an existing exception as input, reports it and uses it to throw a new exception.
Link copied to clipboard
Configures a new problem with error severity, reports it and uses it to throw a new exception.