()
| 318 | } |
| 319 | |
| 320 | func getMetadataNotFoundError() files.GetMetadataAPIError { |
| 321 | return files.GetMetadataAPIError{ |
| 322 | EndpointError: &files.GetMetadataError{ |
| 323 | Tagged: dropbox.Tagged{Tag: files.GetMetadataErrorPath}, |
| 324 | Path: &files.LookupError{ |
| 325 | Tagged: dropbox.Tagged{Tag: files.LookupErrorNotFound}, |
| 326 | }, |
| 327 | }, |
| 328 | } |
| 329 | } |
| 330 | |
| 331 | func writeConflictError(conflictTag string) *files.WriteError { |
| 332 | return &files.WriteError{ |
no outgoing calls
no test coverage detected