Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrorConcurrentUpdating ¶
type ErrorConcurrentUpdating struct {
// contains filtered or unexported fields
}
ErrorConcurrentUpdating
func NewErrorConcurrentUpdating ¶
func NewErrorConcurrentUpdating(err error) ErrorConcurrentUpdating
type ErrorDuplicateCreating ¶
type ErrorDuplicateCreating struct {
// contains filtered or unexported fields
}
ErrorDuplicateCreating
func NewErrorDuplicateCreating ¶
func NewErrorDuplicateCreating(err error) ErrorDuplicateCreating
type ErrorResourceNotExists ¶
type ErrorResourceNotExists struct {
// contains filtered or unexported fields
}
ErrorResourceNotExists
func NewErrorResourceNotExists ¶
func NewErrorResourceNotExists(err error) ErrorResourceNotExists
type NotAccessedError ¶ added in v1.5.0
type NotAccessedError struct {
// contains filtered or unexported fields
}
func NewNotAccessedError ¶ added in v1.5.0
func NewNotAccessedError(err error) NotAccessedError
Click to show internal directories.
Click to hide internal directories.