Err returns the error from the API command, if any.
()
| 86 | |
| 87 | // Err returns the error from the API command, if any. |
| 88 | func (m ProgressModel) Err() error { |
| 89 | return m.err |
| 90 | } |
| 91 | |
| 92 | // Cancelled returns true if the user cancelled the operation. |
| 93 | func (m ProgressModel) Cancelled() bool { |
no outgoing calls
no test coverage detected