aboutsummaryrefslogtreecommitdiff
path: root/account.go
diff options
context:
space:
mode:
Diffstat (limited to 'account.go')
-rw-r--r--account.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/account.go b/account.go
index 0829eb2..8193cb6 100644
--- a/account.go
+++ b/account.go
@@ -83,6 +83,8 @@ func (a *Account) Client() *gophercloud.ServiceClient {
//Headers returns the AccountHeaders for this account. If the AccountHeaders
//has not been cached yet, a HEAD request is issued on the account.
+//
+//This operation fails with http.StatusNotFound if the account does not exist.
func (a *Account) Headers() (AccountHeaders, error) {
if a.headers != nil {
return *a.headers, nil