(cause error)
| 146 | } |
| 147 | |
| 148 | func (e *ValidationError) WithCause(cause error) *ValidationError { |
| 149 | e.Cause = cause |
| 150 | return e |
| 151 | } |
| 152 | |
| 153 | // =========================== AuthenticationError ============================= |
| 154 |
no outgoing calls
no test coverage detected