You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,13 @@
1
1
### Version: 2.25.2
2
2
#### Date: Nov-13-2025
3
3
4
-
4
+
##### Fix:
5
+
- Error Handling
6
+
- Fixed error message extraction from Contentstack API responses across all model classes
7
+
- HTTP request errors now properly extract and display actual API error messages instead of generic exception messages
8
+
- Improved error handling in Query, Entry, Asset, GlobalField, ContentType, AssetLibrary, GlobalFieldQuery, and Taxonomy classes
9
+
- Users will now see meaningful error messages (e.g., "Invalid API key", "Entry not found") instead of generic "Exception of type 'ContentstackException' was thrown" messages
10
+
- ErrorCode, StatusCode, and Errors dictionary are now properly populated from API responses
0 commit comments