Error returns the standard error message for when the credentials are not in the store.
()
| 23 | // Error returns the standard error message |
| 24 | // for when the credentials are not in the store. |
| 25 | func (errCredentialsNotFound) Error() string { |
| 26 | return errCredentialsNotFoundMessage |
| 27 | } |
| 28 | |
| 29 | // NotFound implements the [ErrNotFound][errdefs.ErrNotFound] interface. |
| 30 | // |
no outgoing calls