clearlydefined / clearlydefined/operations

Triage Service exceptions: validation error (/origins)

Open
#30 1 comment 0 reactions 1 assignee Claimed by @jeffmendoza View on GitHub
Dominant language
JavaScript
Stars
4
Forks
15
PR merge metrics
No merged PRs in 30d

Description

The listed users and repositories cannot be searched either because the resources do not exist or you do not have permission to view them.

It is likely that this is not something we want to be logging as an exception, but I am not certain what is the expected outcome.

```
requests
| where resultCode == 500
| join (
exceptions
) on operation_Id
| extend pathPrefix = extract("/(\\w+)", 0, tostring(operation_Name))
| summarize count() by outerMessage, pathPrefix
| order by count_ desc
| where outerMessage contains "Validation Failed"
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.