Show / Hide Table of Contents

Class UploadSessionFinishError.Path

Unable to save the uploaded contents to a file. Data has already been appended to the upload session. Please retry with empty data body and updated offset.

Inheritance
System.Object
UploadSessionFinishError
UploadSessionFinishError.Path
Inherited Members
UploadSessionFinishError.IsLookupFailed
UploadSessionFinishError.AsLookupFailed
UploadSessionFinishError.IsPath
UploadSessionFinishError.AsPath
UploadSessionFinishError.IsPropertiesError
UploadSessionFinishError.AsPropertiesError
UploadSessionFinishError.IsTooManySharedFolderTargets
UploadSessionFinishError.AsTooManySharedFolderTargets
UploadSessionFinishError.IsTooManyWriteOperations
UploadSessionFinishError.AsTooManyWriteOperations
UploadSessionFinishError.IsConcurrentSessionDataNotAllowed
UploadSessionFinishError.AsConcurrentSessionDataNotAllowed
UploadSessionFinishError.IsConcurrentSessionNotClosed
UploadSessionFinishError.AsConcurrentSessionNotClosed
UploadSessionFinishError.IsConcurrentSessionMissingData
UploadSessionFinishError.AsConcurrentSessionMissingData
UploadSessionFinishError.IsPayloadTooLarge
UploadSessionFinishError.AsPayloadTooLarge
UploadSessionFinishError.IsContentHashMismatch
UploadSessionFinishError.AsContentHashMismatch
UploadSessionFinishError.IsOther
UploadSessionFinishError.AsOther
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class Path : UploadSessionFinishError

Constructors

| Improve this Doc View Source

Path(WriteError)

Initializes a new instance of the UploadSessionFinishError.Path class.

Declaration
public Path(WriteError value)
Parameters
Type Name Description
WriteError value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public WriteError Value { get; }
Property Value
Type Description
WriteError
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • Path(WriteError)
  • Properties
    • Value
Back to top Generated by DocFX