mirror of
https://github.com/ceph/go-ceph
synced 2025-01-04 13:02:08 +00:00
rados: add doc comment for not connected error
Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
bc9b7c58ed
commit
65f2417c4c
@ -12,6 +12,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
// ErrNotConnected is returned when functions are called without a RADOS connection
|
||||||
ErrNotConnected = errors.New("RADOS not connected")
|
ErrNotConnected = errors.New("RADOS not connected")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user