()
| 26 | ) |
| 27 | |
| 28 | func ErrorUserIDNotSpecified() error { |
| 29 | return errors.WithStack(&errors.Error{ |
| 30 | Kind: ErrUserIDNotSpecified, |
| 31 | Message: "user ID must be specified to enable telemetry", |
| 32 | }) |
| 33 | } |
| 34 | |
| 35 | func ErrorSentryFlushTimeoutExceeded() error { |
| 36 | return errors.WithStack(&errors.Error{ |