Returns int value or fallback on missing/parse failure.
| key |
config key. |
| fallback |
fallback int. |
|
Result.ok(parsed int or fallback), or Result.error(AppConfigError.INVALID_ARGUMENT) when key is empty. |