Class UploadSessionAppendError.IncorrectOffset
The specified offset was incorrect. See the value for the correct offset. This error may occur when a previous request was received and processed successfully but the client did not receive the response, e.g. due to a network error.
Inherited Members
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 IncorrectOffset : UploadSessionAppendError
Constructors
| Improve this Doc View SourceIncorrectOffset(UploadSessionOffsetError)
Initializes a new instance of the UploadSessionAppendError.IncorrectOffset class.
Declaration
public IncorrectOffset(UploadSessionOffsetError value)
Parameters
Type | Name | Description |
---|---|---|
UploadSessionOffsetError | value | The value |
Properties
| Improve this Doc View SourceValue
Gets the value of this instance.
Declaration
public UploadSessionOffsetError Value { get; }
Property Value
Type | Description |
---|---|
UploadSessionOffsetError |