Skip to content

feat(StoryblokClient): convert Error to enum for better handling - #6

Draft
nbransby wants to merge 3 commits into
mainfrom
convert-error-to-enum
Draft

feat(StoryblokClient): convert Error to enum for better handling#6
nbransby wants to merge 3 commits into
mainfrom
convert-error-to-enum

Conversation

@nbransby

Copy link
Copy Markdown
Collaborator
  • Introduced Error as an enum with distinct cases for API failures and decoding errors.
  • Enhanced error handling to differentiate between transient request failures and permanent decoding issues.
  • Updated documentation to reflect changes in error reporting and handling strategies.

* Expose `attributedString(baseFont:)` on `RichTextComposite` and `RichText.Text`
  to allow custom `RichTextViewDelegate` implementations to render inline rich text content.
* Update UserGuide to reflect the new usage of `attributedString(baseFont:)`.
- Introduced `Error` as an enum with distinct cases for API failures and decoding errors.
- Enhanced error handling to differentiate between transient request failures and permanent decoding issues.
- Updated documentation to reflect changes in error reporting and handling strategies.
@nbransby nbransby self-assigned this Aug 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant