changeset 23:fdd258eb58bc

Add ERR_SEQUENCE
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 08 Oct 2016 16:33:56 +0200
parents 95173b9adfc7
children a2463442fec1
files errors.go
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/errors.go	Sat Oct 08 16:33:42 2016 +0200
+++ b/errors.go	Sat Oct 08 16:33:56 2016 +0200
@@ -11,6 +11,7 @@
 	ERR_STATE    = "ERR_STATE"
 	ERR_MAJORITY = "ERR_MAJORITY"
 	ERR_DENIED   = "ERR_DENIED"
+	ERR_SEQUENCE = "ERR_SEQUENCE"
 	ERR_GAP      = "ERR_GAP"
 	ERR_CONNECT  = "ERR_CONNECT"
 )