Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrInternal ¶
type ErrInternal struct {
Message string `json:"message"`
}
ErrInternal represents an internal error.
type ErrInvalidPayment ¶
type ErrInvalidPayment struct {
Message string `json:"message"`
}
ErrInvalidPayment represents an invalid payment error.
func (ErrInvalidPayment) Error ¶
func (e ErrInvalidPayment) Error() string
Error returns the error message.
type ErrPurchaseFailed ¶
type ErrPurchaseFailed struct {
Message string `json:"message"`
}
ErrPurchaseFailed represents a purchase failed error.
func (ErrPurchaseFailed) Error ¶
func (e ErrPurchaseFailed) Error() string
Error returns the error message.
Click to show internal directories.
Click to hide internal directories.