Add error value for job owner dying
ClosedPublic

Authored by davidedmundson on Nov 26 2018, 1:15 PM.

Details

Summary

When kuiserver detects that a job owner has terminated whilst jobs are
still running we need an error value to send to the client views, such
as plasmashell, to report this error.

Test Plan

None, it's a line in an enum

Diff Detail

Repository
R241 KIO
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
davidedmundson created this revision.Nov 26 2018, 1:15 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptNov 26 2018, 1:15 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
davidedmundson requested review of this revision.Nov 26 2018, 1:15 PM

+1

src/core/global.h
249

Why not 74?

davidedmundson added inline comments.Nov 26 2018, 1:17 PM
src/core/global.h
249

I didn't write 74 because there's that other patch with the FAT32 size limit error - and I didn't want to go first and make him rebase.

Now that ERR_FILE_TOO_LARGE_FOR_FAT32 is in you can rebase this

broulik accepted this revision.Dec 12 2018, 3:55 PM
This revision is now accepted and ready to land.Dec 12 2018, 3:55 PM
This revision was automatically updated to reflect the committed changes.