Closed cenkalti closed 4 months ago
https://github.com/microsoftgraph/msgraph-sdk-go-core/blob/074192752afc803d8ddbc21ad328e840d1599926/page_iterator.go#L163
The Adapter.Send() is called with a nil error handler mapping (last parameter). This makes it hard to see actual errors when using PageIterator.
Adapter.Send()
Do you think it makes sense to add a new field or argument to PageIterator for the error mapping?
https://github.com/microsoftgraph/msgraph-sdk-go-core/blob/074192752afc803d8ddbc21ad328e840d1599926/page_iterator.go#L163
The
Adapter.Send()
is called with a nil error handler mapping (last parameter). This makes it hard to see actual errors when using PageIterator.Do you think it makes sense to add a new field or argument to PageIterator for the error mapping?