From c97a3228822415b7955153bcca155845dc984815 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 8 Jan 2016 18:51:15 +0100 Subject: Add Error --- messages.go | 1 + 1 file changed, 1 insertion(+) (limited to 'messages.go') diff --git a/messages.go b/messages.go index 52812e8..e5e77ae 100644 --- a/messages.go +++ b/messages.go @@ -62,6 +62,7 @@ type Challenge struct { URI string `json:"uri,omitempty"` Validated *time.Time `json:"validated,omitempty"` KeyAuthorization string `json:"keyAuthorization,omitempty"` + Error *Problem `json:"error,omitempty"` } // Problem description -- cgit v1.2.3