Dropbox .NET SDK
Show / Hide Table of Contents

Class UploadSessionLookupError.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
UploadSessionLookupError
UploadSessionLookupError.IncorrectOffset
Inherited Members
UploadSessionLookupError.IsNotFound
UploadSessionLookupError.AsNotFound
UploadSessionLookupError.IsIncorrectOffset
UploadSessionLookupError.AsIncorrectOffset
UploadSessionLookupError.IsClosed
UploadSessionLookupError.AsClosed
UploadSessionLookupError.IsNotClosed
UploadSessionLookupError.AsNotClosed
UploadSessionLookupError.IsTooLarge
UploadSessionLookupError.AsTooLarge
UploadSessionLookupError.IsConcurrentSessionInvalidOffset
UploadSessionLookupError.AsConcurrentSessionInvalidOffset
UploadSessionLookupError.IsConcurrentSessionInvalidDataSize
UploadSessionLookupError.AsConcurrentSessionInvalidDataSize
UploadSessionLookupError.IsPayloadTooLarge
UploadSessionLookupError.AsPayloadTooLarge
UploadSessionLookupError.IsOther
UploadSessionLookupError.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 UploadSessionLookupError.IncorrectOffset : UploadSessionLookupError

Constructors

View Source

IncorrectOffset(UploadSessionOffsetError)

Initializes a new instance of the UploadSessionLookupError.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