Unwrap implements errors.Unwrap.
()
| 118 | |
| 119 | // Unwrap implements errors.Unwrap. |
| 120 | func (e *InvalidValueError) Unwrap() error { |
| 121 | return e.cause |
| 122 | } |
| 123 | |
| 124 | // GetFlag returns the flag for which the error occurred. |
| 125 | func (e *InvalidValueError) GetFlag() *Flag { |
no outgoing calls