This returns the error message without the stack trace.
()
| 17 | type DropboxError interface { |
| 18 | // This returns the error message without the stack trace. |
| 19 | GetMessage() string |
| 20 | |
| 21 | // This returns the wrapped error or nil if this error does not wrap another error per the |
| 22 | // Go 2 error introspection proposal: |
no outgoing calls