forked from TrueCloudLab/certificates
Update acme/errors.go
Co-authored-by: Max <mx.furman@gmail.com>
This commit is contained in:
parent
226d36f66f
commit
7dc2067cb2
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ func (e *Error) StatusCode() int {
|
||||||
return e.Status
|
return e.Status
|
||||||
}
|
}
|
||||||
|
|
||||||
// Error allows AError to implement the error interface.
|
// Error implements the error interface.
|
||||||
func (e *Error) Error() string {
|
func (e *Error) Error() string {
|
||||||
if e.Err == nil {
|
if e.Err == nil {
|
||||||
return e.Detail
|
return e.Detail
|
||||||
|
|
Loading…
Reference in a new issue