WithContext returns a new StaticError with additional context before the error message.
(string)
| 31 | type StaticError interface { |
| 32 | // WithContext returns a new StaticError with additional context before the error message. |
| 33 | WithContext(string) StaticError |
| 34 | // Error returns the string representation of a StaticError. |
| 35 | Error() string |
| 36 | // Loc returns the place in the source code that triggerred the error. |
no outgoing calls
no test coverage detected