From c2f13185c4c4ff4484fdecbaba4edf0dc8fb9436 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 4 May 2016 13:37:59 +0200 Subject: Add error kinds documentation --- src/error.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/error.rs b/src/error.rs index 7be479b..78eaddc 100644 --- a/src/error.rs +++ b/src/error.rs @@ -10,7 +10,10 @@ use std::fmt::{Display, Formatter}; /// #[derive(Clone, Copy, Debug, PartialEq)] pub enum TaskErrorKind { + /// Error kind indicating that the JSON parser failed ParserError, + + /// Error kind indicating that the Status of a task is missing NoStatus, } -- cgit v1.2.3