The first thing that came into my mind is to add a quota module specific abort error and then detect that in `LogError`. All our NS_ABORT_ERROR cases which are used just for cancelling operation (either by a user request or by shutdown condition) can be then converted to the new error.
Bug 1482662 Comment 14 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
The first thing that came into my mind is to add a quota module specific abort error and then detect that in `LogError`. All our NS_ABORT_ERROR cases which are used just for cancelling an operation (either by a user request or by shutdown condition) can be then converted to the new error.