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

Keep default values for fields if parameter isn't provided #71

Merged
merged 13 commits into from
Mar 24, 2024
2 changes: 1 addition & 1 deletion ERROR_CODES.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ This error is thrown when the framework fails to put a parameter value into a fi

### 4001: `Couldn't call setter method with parameter '*' for field '*' in class '*'.`

- Runtime:
- Runtime:
- Annotation Processor: ❌
Clashsoft marked this conversation as resolved.
Show resolved Hide resolved

This error is thrown when the framework fails to call the set method of a property field with the parameter value.
Expand Down