(err error)
| 278 | } |
| 279 | |
| 280 | func contactAdminErr(err error) error { |
| 281 | return &errs.Error{ |
| 282 | Err: err, |
| 283 | Msg: "There is a problem with your step configuration. Please contact an administrator.", |
| 284 | } |
| 285 | } |
| 286 | |
| 287 | func debugErr(err error) error { |
| 288 | return &errs.Error{ |
no outgoing calls
no test coverage detected
searching dependent graphs…