Documentation ¶
Index ¶
Constants ¶
View Source
const ( // NotOwnResource means the accessor does not own the resource. NotOwnResource string = "NotOwned" )
Variables ¶
This section is empty.
Functions ¶
func IsNotOwned ¶
IsNotOwned returns true if the error is caused by NotOwnResource.
Types ¶
type Error ¶
type Error struct {
// contains filtered or unexported fields
}
Error defines a type of error coming from Accessor.
func NewAccessorError ¶
NewAccessorError creates a new accessor Error
Click to show internal directories.
Click to hide internal directories.