Versions in this module Expand all Collapse all v0 v0.0.3 Jun 13, 2017 v0.0.2 Jun 13, 2017 Changes in this version + const ErrInternalDatabase + type BadParameterError struct + func NewBadParameterError(param string, actual interface{}) BadParameterError + func (err BadParameterError) Error() string + func (err BadParameterError) Expected(expexcted interface{}) BadParameterError + type ConversionError struct + func NewConversionError(msg string) ConversionError + func (err ConversionError) Error() string + type ForbiddenError struct + func NewForbiddenError(msg string) ForbiddenError + func (err ForbiddenError) Error() string + type InternalError struct + func NewInternalError(msg string) InternalError + func (err InternalError) Error() string + type NotFoundError struct + ID string + func NewNotFoundError(entity string, id string) NotFoundError + func (err NotFoundError) Error() string + type UnauthorizedError struct + func NewUnauthorizedError(msg string) UnauthorizedError + func (err UnauthorizedError) Error() string + type VersionConflictError struct + func NewVersionConflictError(msg string) VersionConflictError + func (err VersionConflictError) Error() string