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:
parent
f146acc019
commit
fc08101f79
@ -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"`
|
||||
|
Loading…
Reference in New Issue
Block a user