From f9979a68c7d15ec2dbef0f9cc8e18080fcb7cf84 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Tue, 6 Sep 2016 18:10:25 +0200 Subject: [PATCH] err to failed --- Communication.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Communication.md b/Communication.md index 829aaf9..2c0e01e 100644 --- a/Communication.md +++ b/Communication.md @@ -35,8 +35,8 @@ Commands from _execution thread_ to _listening thread_: - **done** - notifying of finished job. Requires 2 message frames: - `job_id` - identifier of finished job - - `result` - response result, one of "OK" and "ERR" - - `message` - non-empty error description if result was "ERR" + - `result` - response result, one of "OK" and "FAILED" + - `message` - non-empty error description if result was "FAILED" ### Progress callback