Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsAlreadyExistsError ¶ added in v0.15.1
func IsNotFoundError ¶ added in v0.15.1
func NewDocumentNotFoundError ¶ added in v0.15.1
func NewDocumentNotFoundError() error
func NewNotFoundError ¶ added in v0.15.1
Types ¶
type AlreadyExistsError ¶ added in v0.15.1
type AlreadyExistsError struct {
Name string
}
AlreadyExistsError is returned when to create a table, an index or a sequence with a name that is already used by another resource.
func (AlreadyExistsError) Error ¶ added in v0.15.1
func (a AlreadyExistsError) Error() string
type NotFoundError ¶ added in v0.15.1
type NotFoundError struct {
Name string
}
NotFoundError is returned when the requested table, index or sequence doesn't exist.
func (NotFoundError) Error ¶ added in v0.15.1
func (a NotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.