Skip to content
Snippets Groups Projects
Commit 11afddce authored by kongr45gpen's avatar kongr45gpen
Browse files

Clarify an error condition

parent fdffcc1d
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,8 @@ public:
UnacceptablePacket = 5,
/**
* A date that isn't valid according to Gregorian calendar (the well-known civil calendar)
* A date that isn't valid according to the Gregorian calendar or cannot be parsed by the
* TimeHelper
*/
InvalidDate = 6,
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment