(conflictTag string)
| 329 | } |
| 330 | |
| 331 | func writeConflictError(conflictTag string) *files.WriteError { |
| 332 | return &files.WriteError{ |
| 333 | Tagged: dropbox.Tagged{Tag: files.WriteErrorConflict}, |
| 334 | Conflict: &files.WriteConflictError{ |
| 335 | Tagged: dropbox.Tagged{Tag: conflictTag}, |
| 336 | }, |
| 337 | } |
| 338 | } |
| 339 | |
| 340 | func uploadPathConflictError(conflictTag string) files.UploadAPIError { |
| 341 | return files.UploadAPIError{ |
no outgoing calls
no test coverage detected