(err error)
| 285 | } |
| 286 | |
| 287 | func debugErr(err error) error { |
| 288 | return &errs.Error{ |
| 289 | Err: err, |
| 290 | Msg: "An error occurred in the step process. Please contact an administrator.", |
| 291 | } |
| 292 | } |
| 293 | |
| 294 | // createPrincipalsFromSubject create default principals names for a subject. By |
| 295 | // default it would be the sanitized version of the subject, but if the subject |
no outgoing calls
no test coverage detected
searching dependent graphs…