feat(errors): add new entity types for bank connections and transactions #88
@@ -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