Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsAlreadyExistError ¶
func IsForbiddenError ¶
func IsNotFoundError ¶
func IsSerializationError ¶
Types ¶
type AlreadyExistError ¶
type AlreadyExistError struct{}
func (AlreadyExistError) Error ¶
func (aee AlreadyExistError) Error() string
type ForbiddenError ¶
type ForbiddenError struct{}
func (ForbiddenError) Error ¶
func (aee ForbiddenError) Error() string
type NotFoundError ¶
type NotFoundError struct{}
func (NotFoundError) Error ¶
func (nfe NotFoundError) Error() string
type SerializationError ¶
type SerializationError struct{}
func (SerializationError) Error ¶
func (se SerializationError) Error() string
Click to show internal directories.
Click to hide internal directories.