Merge branch 'feat/errors-add-entity-bank-types' into 'main'
feat(errors): add new entity types for bank connections and transactions See merge request unboundsoftware/shiny/presenter!87
This commit was merged in pull request #88.
This commit is contained in:
@@ -36,6 +36,8 @@ const (
|
|||||||
EntityTag = Entity("TAG")
|
EntityTag = Entity("TAG")
|
||||||
EntityEntry = Entity("ENTRY")
|
EntityEntry = Entity("ENTRY")
|
||||||
EntityEntryBasis = Entity("ENTRY_BASIS")
|
EntityEntryBasis = Entity("ENTRY_BASIS")
|
||||||
|
EntityBankConnection = Entity("BANK_CONNECTION")
|
||||||
|
EntityBankTransaction = Entity("BANK_TRANSACTION")
|
||||||
)
|
)
|
||||||
|
|
||||||
type CodedError struct {
|
type CodedError struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user