Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What does the "code" returned in enhanced refresh api mean
06-05-2023
12:13 PM
when I hit the /refreshes/{refreshID} api, I got the following
"messages": [ { "message": "Retry attempts for failures while executing the refresh exceeded the retry limit set on the request.", "type": "Warning" }, { "code": "0xC112001C", "message": "...", "type": "Error", "location": { "StartLine": 0, "StartColumn": 0, "EndLine": 0, "EndColumn": 0, "LineOffset": 0, "TextLength": 0, "RowNumber": -1, "SourceObject": { "Table": "Query1", "Partition": "Query1-a0cbd646-a7e4-431e-a114-0c89382cbe49", "Column": null, "Measure": null, "Role": null } } } ]
I'm wondering if there's any documentation on what this "code" means? Since "messages" is an array, we'd like to filter by code to find useful messages.
Thanks!
Solved! Go to Solution.
1 ACCEPTED SOLUTION
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2023
07:18 AM
Hello, thank you for answering! Where did you find such documentation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023
07:09 AM
thank you! It'd be nice if Microsoft has a detailed documentation on all codes, not only this one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2023
05:26 PM
code=0xC112001C; message=Timeout expired. The timeout period elapsed
prior to completion of the operation.. The exception was raised by the IDbCommand interface.;

Helpful resources
Recommendations
Subject | Author | Posted | |
---|---|---|---|
12-05-2024 03:01 AM | |||
11-24-2024 08:46 PM | |||
08-02-2024 03:58 AM | |||
07-04-2023 08:01 PM | |||
10-03-2024 03:38 PM |