AddNestedContext updates the error's context to include a nested level.
(string)
| 74 | |
| 75 | // AddNestedContext updates the error's context to include a nested level. |
| 76 | AddNestedContext(string) |
| 77 | } |
| 78 | |
| 79 | type invalidParamError struct { |
no outgoing calls
no test coverage detected