Update acme/errors.go

Co-authored-by: Max <mx.furman@gmail.com>
pull/1058/head
Mariano Cano 2 years ago committed by GitHub
parent 226d36f66f
commit 7dc2067cb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -335,7 +335,7 @@ func (e *Error) StatusCode() int {
return e.Status
}
// Error allows AError to implement the error interface.
// Error implements the error interface.
func (e *Error) Error() string {
if e.Err == nil {
return e.Detail

Loading…
Cancel
Save