forked from TrueCloudLab/lego
Add docs to error
This commit is contained in:
parent
f146acc019
commit
fc08101f79
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import (
|
||||||
"net/http"
|
"net/http"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Error asdf
|
// Error is the base type for all errors specific to the ACME protocol.
|
||||||
type Error struct {
|
type Error struct {
|
||||||
StatusCode int `json:"status,omitempty"`
|
StatusCode int `json:"status,omitempty"`
|
||||||
Type string `json:"type"`
|
Type string `json:"type"`
|
||||||
|
|
Loading…
Reference in a new issue