Dropbox .NET SDK
Show / Hide Table of Contents

Class UploadSessionAppendBatchEntryError.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.

Inheritance
object
UploadSessionAppendBatchEntryError
UploadSessionAppendBatchEntryError.IncorrectOffset
Inherited Members
UploadSessionAppendBatchEntryError.IsNotFound
UploadSessionAppendBatchEntryError.AsNotFound
UploadSessionAppendBatchEntryError.IsIncorrectOffset
UploadSessionAppendBatchEntryError.AsIncorrectOffset
UploadSessionAppendBatchEntryError.IsClosed
UploadSessionAppendBatchEntryError.AsClosed
UploadSessionAppendBatchEntryError.IsTooLarge
UploadSessionAppendBatchEntryError.AsTooLarge
UploadSessionAppendBatchEntryError.IsConcurrentSessionInvalidOffset
UploadSessionAppendBatchEntryError.AsConcurrentSessionInvalidOffset
UploadSessionAppendBatchEntryError.IsConcurrentSessionInvalidDataSize
UploadSessionAppendBatchEntryError.AsConcurrentSessionInvalidDataSize
UploadSessionAppendBatchEntryError.IsOther
UploadSessionAppendBatchEntryError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class UploadSessionAppendBatchEntryError.IncorrectOffset : UploadSessionAppendBatchEntryError

Constructors

View Source

IncorrectOffset(UploadSessionOffsetError)

Initializes a new instance of the UploadSessionAppendBatchEntryError.IncorrectOffset class.

Declaration
public IncorrectOffset(UploadSessionOffsetError value)
Parameters
Type Name Description
UploadSessionOffsetError value

The value

Properties

View Source

Value

Gets the value of this instance.

Declaration
public UploadSessionOffsetError Value { get; }
Property Value
Type Description
UploadSessionOffsetError
  • View Source
In this article
Back to top Dropbox .NET SDK