Skip to content

Commit 45147bb

Browse files
Merge pull request #222310 from pritamso/Broken-link-fix-AbbyMSFT
Broken link fixed
2 parents de68b99 + 149b507 commit 45147bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/logs/api/response-format.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ In the following example, we can see the result contains two columns, `Category`
6161

6262
## Azure Monitor Log Analytics API errors
6363

64-
If a fatal error occurs during query execution, an error status code is returned with a [OneAPI](https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#errorresponse--object) error object describing the error. See the [reference](https://dev.loganalytics.io/reference/post-query) for a list of error status codes.
64+
If a fatal error occurs during query execution, an error status code is returned with a [OneAPI](https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#errorresponse--object) error object describing the error.
6565

6666
If a non-fatal error occurs during query execution, the response status code is `200 OK` and contains the query results in the `tables` property as described above. The response will also contain an `error` property, which is OneAPI error object with code `PartialError`. Details of the error are included in the `details` property.
6767

6868
## Next Steps
69-
Get detailed information about using the [API options](batch-queries.md).
69+
Get detailed information about using the [API options](batch-queries.md).

0 commit comments

Comments
 (0)