
I have defined and published a Library in my Exchange.
Trying to use it in an API design.
uses:
quotesLibrary: exchange_modules/...
I get this error:
"Chained reference <name of referenced object>" and am unable to publish the API spec. I get no further help from the error message.
My understanding is that I should be able to reference the types defined in the library like so:
quotesLibrary.typeName
But this does not work.
1 réponse

I have discovered the problem:
If your types have names like Contracts.Input.Quote, they are rejected.
The name would have to be ContractsInputQuote, or just Quote.