Releases, issues, documentation, website of hexMachina, framework written in Haxe
44
stars
8
forks
source link
MappingDefinition cannot handle fromType:"Bool->tink.CoreApi.Promise<swagger.model.BalanceResponse>" #250
Closed
aismagulov closed 6 years ago
Flow mapping:
mapping({fromType: "Bool->tink.CoreApi.Promise<swagger.model.BalanceResponse>", toValue: balanceModel.fetchBalance})
Module mappting:
@Dependency(var _:Bool->Promise<BalanceResponse>)
Error: Missing mappings:[Bool->tink.CoreApi.BalanceResponse>|]
Which is especially strange, because there is no tink.CoreApi.BalanceResponse class mentioned anywhere.