()
| 58 | } |
| 59 | |
| 60 | func NewRefreshError() error { |
| 61 | return errors.New("You are not currently authenticated. Please log in to continue.") |
| 62 | } |
| 63 | |
| 64 | func NewNoMatchingCredentialsFoundError() error { |
| 65 | return errors.New("No credentials exist which match the provided parameters.") |
no outgoing calls
no test coverage detected
searching dependent graphs…