From 9a8ec45e50647e134e5a6e14c3738d6627298b97 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Sat, 10 Feb 2018 10:49:58 +0100 Subject: sketch out the initial Object API --- account.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'account.go') 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 -- cgit v1.2.3