Skip to content

Commit

Permalink
Report soap errors as soap: ERROR
Browse files Browse the repository at this point in the history
  • Loading branch information
michalderkacz committed May 23, 2014
1 parent ac68e8a commit 885a4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envelope.go
Expand Up @@ -13,7 +13,7 @@ type Fault struct {

func (f *Fault) Error() string {
return fmt.Sprintf(
"hiperus: SOAP fault: %s: %s: %s: %s",
"soap: fault %s: %s: %s: %s",
f.Code, f.String, f.Actor, f.Detail,
)
}

0 comments on commit 885a4e9

Please sign in to comment.