Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsErrNotNil ¶ added in v0.29.0
IsErrNotNil checks whether err is nil or not and return boolean.
Types ¶
type EtcdError ¶
type EtcdError struct { Message string // contains filtered or unexported fields }
EtcdError is struct to categorize errors occurred while processing etcd realted operations
type SnapstoreError ¶
type SnapstoreError struct { Message string // contains filtered or unexported fields }
SnapstoreError is struct to categorize errors occurred while processing snapstore realted operations
func (*SnapstoreError) Error ¶
func (e *SnapstoreError) Error() string
Click to show internal directories.
Click to hide internal directories.