Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Operation _internalErrors should be public #58

Closed
agiguere opened this issue May 10, 2016 · 1 comment
Closed

Operation _internalErrors should be public #58

agiguere opened this issue May 10, 2016 · 1 comment

Comments

@agiguere
Copy link

The array of internal errors should be public in class Operation

private var _internalErrors = NSError

Example: in a group operation when producing a new operation, sometimes you don't need the first error of your first operation because you will generate a new one and at the end, you only need the last errors .... You should make this array pubic or provide an API to reset the array

let me know what you think

thanks

@mcmurrym
Copy link
Contributor

mcmurrym commented Jul 6, 2016

See #56

@mcmurrym mcmurrym closed this as completed Jul 6, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants