get_build_errors
Fetch compiler errors or warnings for a CDash build, showing source file and line info. Supports filtering by build ID, optional warnings, and pagination with limit and offset.
Instructions
View compiler errors or warnings for a build, with source file and line info.
Args:
build_id: The CDash build ID.
warnings: If True, show warnings instead of errors.
limit: Maximum number of errors to return (default 30, max 200).
offset: Number of errors to skip (default 0). Use for pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| build_id | Yes | ||
| warnings | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |