feat(errors): add new entity types for bank connections and transactions #88

Merged
argoyle merged 1 commits from feat/errors-add-entity-bank-types into main 2025-11-05 20:10:09 +00:00
+2
View File
@@ -36,6 +36,8 @@ const (
EntityTag = Entity("TAG")
EntityEntry = Entity("ENTRY")
EntityEntryBasis = Entity("ENTRY_BASIS")
EntityBankConnection = Entity("BANK_CONNECTION")
EntityBankTransaction = Entity("BANK_TRANSACTION")
)
type CodedError struct {