model_errors

package
v0.0.0-...-c67c63b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2024 License: CC0-1.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrBankAccountNotFound is returned when a bank account is not found in the database.
	ErrDbBankAccountNotFound           = errors.New("err_db_bank_account_not_found")
	ErrDbBankAccountAlreadyExists      = errors.New("err_db_bank_account_already_exists")
	ErrDbBankAccountBankNotFound       = errors.New("err_db_bank_account_bank_not_found")
	ErrDbBankAccountOwnerNotFound      = errors.New("err_db_bank_account_owner_not_found")
	ErrDbBankAccountInvalidType        = errors.New("err_db_bank_account_invalid_type")
	ErrDbBankAccountCreateError        = errors.New("err_db_bank_account_create_error")
	ErrDbBankAccountOwnedIDEmpty       = errors.New("err_db_bank_account_owner_id_empty")
	ErrDbBankAccountAccountNumberEmpty = errors.New("err_db_bank_account_account_number_empty")
	ErrDbBankAccountCurrencyInvalid    = errors.New("err_db_bank_account_currency_invalid")
	ErrDbBankAccountOwnerIDInvalid     = errors.New("err_db_bank_account_owner_id_invalid")
)
View Source
var (
	ErrDbTransactionNotFound = errors.New("err_db_transaction_not_found")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL