Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BadRequestError ¶
type BadRequestError struct {
// contains filtered or unexported fields
}
BadRequestError represents bad RatesRequest error
func NewBadRequestError ¶
func NewBadRequestError(message string) *BadRequestError
NewBadRequestError error constructor
func (*BadRequestError) Error ¶
func (m *BadRequestError) Error() string
Error returns error message
type DatabaseError ¶
type DatabaseError struct {
// contains filtered or unexported fields
}
DatabaseError represents database error
func NewDatabaseError ¶
func NewDatabaseError(message string) *DatabaseError
NewDatabaseError error constructor
type NotFoundError ¶
type NotFoundError struct {
// contains filtered or unexported fields
}
NotFoundError is rates not found error
func NewNotFoundError ¶
func NewNotFoundError(message string) *NotFoundError
NewNotFoundError error constructor
Click to show internal directories.
Click to hide internal directories.