1
0
mirror of https://github.com/go-acme/lego.git synced 2025-01-02 06:57:22 +02:00

Add docs to error

This commit is contained in:
xenolf 2015-10-30 00:50:03 +01:00
parent f146acc019
commit fc08101f79

View File

@ -6,7 +6,7 @@ import (
"net/http"
)
// Error asdf
// Error is the base type for all errors specific to the ACME protocol.
type Error struct {
StatusCode int `json:"status,omitempty"`
Type string `json:"type"`