Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[refined4s-pureconfig] Add type name to the error message of PureconfigRefinedConfigReader and derivedRefinedConfigReader #150

Closed
kevin-lee opened this issue Dec 22, 2023 · 0 comments · Fixed by #151
Assignees
Labels
Milestone

Comments

@kevin-lee
Copy link
Owner

Summary

[refined4s-pureconfig] Add type name to the error message of PureconfigRefinedConfigReader and refined4s.modules.pureconfig.derivation.instances.derivedRefinedConfigReader

Version

0.4.0

Description

So a message like this


Invalid value found: -2373683071661092303 with error: Invalid value: [-2373683071661092303]. It must be a positive Long

should be like this instead.

The value -2373683071661092303 cannot be created as the expected type, mytypes.blah.Id.Type, due to the following error: Invalid value: [-2373683071661092303]. It must be a positive Long
@kevin-lee kevin-lee added the task label Dec 22, 2023
@kevin-lee kevin-lee added this to the m5 milestone Dec 22, 2023
@kevin-lee kevin-lee self-assigned this Dec 22, 2023
kevin-lee added a commit that referenced this issue Dec 22, 2023
…e of PureconfigRefinedConfigReader and refined4s.modules.pureconfig.derivation.instances.derivedRefinedConfigReader
kevin-lee added a commit that referenced this issue Dec 22, 2023
…e of PureconfigRefinedConfigReader and refined4s.modules.pureconfig.derivation.instances.derivedRefinedConfigReader
kevin-lee added a commit that referenced this issue Dec 22, 2023
…e of PureconfigRefinedConfigReader and refined4s.modules.pureconfig.derivation.instances.derivedRefinedConfigReader
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment