commit | 8a549ef401853b19af27ddb9206efd060a1bce83 | [log] [tgz] |
---|---|---|
author | Samuel A. Falvo II <sam.falvo@rackspace.com> | Fri Jan 24 15:20:54 2014 -0800 |
committer | Samuel A. Falvo II <sam.falvo@rackspace.com> | Fri Jan 24 15:20:54 2014 -0800 |
tree | 43b5e8b694053ff6f8cf5a8352657a6f3517f0d7 | |
parent | 94c582cbeb75c6ac2c2886a901d28b19673122bb [diff] [blame] |
Initial commit of experimental, new, v0.2.0 API
diff --git a/openstack/identity/errors.go b/openstack/identity/errors.go new file mode 100644 index 0000000..b15a4a2 --- /dev/null +++ b/openstack/identity/errors.go
@@ -0,0 +1,7 @@ +package identity + +import "fmt" + +var ErrNotImplemented = fmt.Errorf("Identity feature not yet implemented") +var ErrEndpoint = fmt.Errorf("Improper or missing Identity endpoint") +var ErrCredentials = fmt.Errorf("Improper or missing Identity credentials")