Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Duplicate ¶
type Duplicate interface {
Duplicate() bool
}
Duplicate describes an exception where a duplicate value is provided
type NotFounder ¶
type NotFounder interface {
NotFound() bool
}
NotFounder describes a not found exception during an operation
type Payment ¶
type Payment interface {
PaymentError() bool
}
Payment describes an error that occurs during a payment operation. Can represent a payment failure
Click to show internal directories.
Click to hide internal directories.