good first issue
Repository metrics
- Stars
- (36,724 stars)
- PR merge metrics
- (Avg merge 2d 14h) (556 merged PRs in 30d)
Description
Now that each error variant accepts Option<String> (#39053), we should start to write actually error messages instead of passing None.
OFF-TOPIC: Should we accept Cow rather than string? Or maybe even create JSString directly? (probably not).