Samuel A. Falvo II | 8a549ef | 2014-01-24 15:20:54 -0800 | [diff] [blame] | 1 | package identity |
2 | |||||
3 | import "fmt" | ||||
4 | |||||
5 | var ErrNotImplemented = fmt.Errorf("Identity feature not yet implemented") | ||||
6 | var ErrEndpoint = fmt.Errorf("Improper or missing Identity endpoint") | ||||
7 | var ErrCredentials = fmt.Errorf("Improper or missing Identity credentials") |