Skill search, message sending and image resizing failures now raise distinguishable named errors.
What's wrong with this entry?
Three failure paths now raise errors with explicit names instead of generic ones: plugin skill lookup when search is unavailable, message sending when preconditions are unmet, and image resizing. Failures in these areas are now distinguishable rather than surfacing as an unnamed error.
PluginSkillSearchUnavailableError
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.219
Credentials scrubbed from summarized error text
Both mention error handling
-
v2.1.228
API rejections are classified from a structured marker instead of prose alone
Both mention error
-
v2.1.228
Oversized media in a request is now its own rejection class
Both mention error