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
Congrats for the project. Really cool. I don't know if this is too much concrete and only adds value for my use case but I think it could be usefull to add the name of the key that fails when throwing a type error exception. This way I would fast know where I made a mistake.
For example, it would be helpfull while using json for program parameter configuration:
Congrats for the project. Really cool. I don't know if this is too much concrete and only adds value for my use case but I think it could be usefull to add the name of the key that fails when throwing a type error exception. This way I would fast know where I made a mistake.
For example, it would be helpfull while using json for program parameter configuration:
The exception message is: [json.exception.type_error.302] type must be boolean, but is number
It could be nice if the message ended with: (in key "param_one").
Just a thought. Cheers!
The text was updated successfully, but these errors were encountered: