(debug string, args ...interface{})
| 415 | } |
| 416 | |
| 417 | func (e *RFC6749Error) WithDebugf(debug string, args ...interface{}) *RFC6749Error { |
| 418 | return e.WithDebug(fmt.Sprintf(debug, args...)) |
| 419 | } |
| 420 | |
| 421 | func (e *RFC6749Error) WithDescription(description string) *RFC6749Error { |
| 422 | err := *e |