(debug string, args ...interface{})
| 438 | } |
| 439 | |
| 440 | func (e *RFC6749Error) WithDebugf(debug string, args ...interface{}) *RFC6749Error { |
| 441 | return e.WithDebug(fmt.Sprintf(debug, args...)) |
| 442 | } |
| 443 | |
| 444 | func (e *RFC6749Error) WithDescription(description string) *RFC6749Error { |
| 445 | err := *e |