constant

package
v1.31.0-beta.12 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MDMidazID       = "midaz_id"
	MDTraceparent   = "traceparent"
	MDAuthorization = "authorization"
)
View Source
const (
	DEBIT  = "DEBIT"
	CREDIT = "CREDIT"
)
View Source
const (
	CREATED     = "CREATED"
	APPROVED    = "APPROVED"
	PREAPPROVED = "PRE_APPROVED"
	SENT        = "SENT"
	CANCELED    = "CANCELED"
	DECLINED    = "DECLINED"
)
View Source
const (
	DefaultAssetCode = "BRL"
)
View Source
const (
	DefaultExternalAccountAliasPrefix = "@external/"
)

Variables

View Source
var (
	ErrDuplicateLedger                      = errors.New("0001")
	ErrLedgerNameConflict                   = errors.New("0002")
	ErrAssetNameOrCodeDuplicate             = errors.New("0003")
	ErrCodeUppercaseRequirement             = errors.New("0004")
	ErrCurrencyCodeStandardCompliance       = errors.New("0005")
	ErrUnmodifiableField                    = errors.New("0006")
	ErrEntityNotFound                       = errors.New("0007")
	ErrActionNotPermitted                   = errors.New("0008")
	ErrMissingFieldsInRequest               = errors.New("0009")
	ErrAccountTypeImmutable                 = errors.New("0010")
	ErrInactiveAccountType                  = errors.New("0011")
	ErrAccountBalanceDeletion               = errors.New("0012")
	ErrResourceAlreadyDeleted               = errors.New("0013")
	ErrProductIDInactive                    = errors.New("0014")
	ErrDuplicateProductName                 = errors.New("0015")
	ErrBalanceRemainingDeletion             = errors.New("0016")
	ErrInvalidScriptFormat                  = errors.New("0017")
	ErrInsufficientFunds                    = errors.New("0018")
	ErrAccountIneligibility                 = errors.New("0019")
	ErrAliasUnavailability                  = errors.New("0020")
	ErrParentTransactionIDNotFound          = errors.New("0021")
	ErrImmutableField                       = errors.New("0022")
	ErrTransactionTimingRestriction         = errors.New("0023")
	ErrAccountStatusTransactionRestriction  = errors.New("0024")
	ErrInsufficientAccountBalance           = errors.New("0025")
	ErrTransactionMethodRestriction         = errors.New("0026")
	ErrDuplicateTransactionTemplateCode     = errors.New("0027")
	ErrDuplicateAssetPair                   = errors.New("0028")
	ErrInvalidParentAccountID               = errors.New("0029")
	ErrMismatchedAssetCode                  = errors.New("0030")
	ErrChartTypeNotFound                    = errors.New("0031")
	ErrInvalidCountryCode                   = errors.New("0032")
	ErrInvalidCodeFormat                    = errors.New("0033")
	ErrAssetCodeNotFound                    = errors.New("0034")
	ErrPortfolioIDNotFound                  = errors.New("0035")
	ErrProductIDNotFound                    = errors.New("0036")
	ErrLedgerIDNotFound                     = errors.New("0037")
	ErrOrganizationIDNotFound               = errors.New("0038")
	ErrParentOrganizationIDNotFound         = errors.New("0039")
	ErrInvalidType                          = errors.New("0040")
	ErrTokenMissing                         = errors.New("0041")
	ErrInvalidToken                         = errors.New("0042")
	ErrInsufficientPrivileges               = errors.New("0043")
	ErrPermissionEnforcement                = errors.New("0044")
	ErrJWKFetch                             = errors.New("0045")
	ErrInternalServer                       = errors.New("0046")
	ErrBadRequest                           = errors.New("0047")
	ErrInvalidDSLFileFormat                 = errors.New("0048")
	ErrEmptyDSLFile                         = errors.New("0049")
	ErrMetadataKeyLengthExceeded            = errors.New("0050")
	ErrMetadataValueLengthExceeded          = errors.New("0051")
	ErrAccountIDNotFound                    = errors.New("0052")
	ErrUnexpectedFieldsInTheRequest         = errors.New("0053")
	ErrIDsNotFoundForAccounts               = errors.New("0054")
	ErrAssetIDNotFound                      = errors.New("0055")
	ErrNoAssetsFound                        = errors.New("0056")
	ErrNoProductsFound                      = errors.New("0057")
	ErrNoPortfoliosFound                    = errors.New("0058")
	ErrNoOrganizationsFound                 = errors.New("0059")
	ErrNoLedgersFound                       = errors.New("0060")
	ErrBalanceUpdateFailed                  = errors.New("0061")
	ErrNoAccountIDsProvided                 = errors.New("0062")
	ErrFailedToRetrieveAccountsByAliases    = errors.New("0063")
	ErrNoAccountsFound                      = errors.New("0064")
	ErrInvalidPathParameter                 = errors.New("0065")
	ErrInvalidAccountType                   = errors.New("0066")
	ErrInvalidMetadataNesting               = errors.New("0067")
	ErrOperationIDNotFound                  = errors.New("0068")
	ErrNoOperationsFound                    = errors.New("0069")
	ErrTransactionIDNotFound                = errors.New("0070")
	ErrNoTransactionsFound                  = errors.New("0071")
	ErrInvalidTransactionType               = errors.New("0072")
	ErrTransactionValueMismatch             = errors.New("0073")
	ErrForbiddenExternalAccountManipulation = errors.New("0074")
)

List of errors that can be returned. * For more details, refer to the API documentation: https://docs.midaz.io/midaz/api-reference/resources/errors-list

View Source
var UUIDPathParameters = []string{
	"id",
	"organization_id",
	"ledger_id",
	"asset_id",
	"portfolio_id",
	"product_id",
	"account_id",
	"transaction_id",
	"operation_id",
	"asset_rate_id",
	"external_id",
}

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