(tag string)
| 30 | } |
| 31 | |
| 32 | func writeError(tag string) *files.WriteError { |
| 33 | return &files.WriteError{Tagged: dropbox.Tagged{Tag: tag}} |
| 34 | } |
| 35 | |
| 36 | func uploadWriteThrottleError() files.UploadAPIError { |
| 37 | return files.UploadAPIError{ |
no outgoing calls
no test coverage detected