Creates child context with additional key/value.
| key |
key string. |
| value |
value string. |
|
Result.ok(child context containing key/value), or Result.error(ContextError.INVALID_ARGUMENT) when key is empty. |