Update github.com/xenolf/lego to 0.4.1
This commit is contained in:
parent
5042c5bf40
commit
e8d63b2a3b
105 changed files with 4299 additions and 2075 deletions
9
vendor/github.com/exoscale/egoscale/error.go
generated
vendored
Normal file
9
vendor/github.com/exoscale/egoscale/error.go
generated
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
package egoscale
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func (e *Error) Error() error {
|
||||
return fmt.Errorf("exoscale API error %d (internal code: %d): %s", e.ErrorCode, e.CSErrorCode, e.ErrorText)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue