Dropbox .NET SDK
Show / Hide Table of Contents

Class UploadSessionLookupError.NotFound

The upload session ID was not found or has expired. Upload sessions are valid for 7 days.

Inheritance
object
UploadSessionLookupError
UploadSessionLookupError.NotFound
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.NotFound : UploadSessionLookupError

Fields

View Source

Instance

A singleton instance of NotFound

Declaration
public static readonly UploadSessionLookupError.NotFound Instance
Field Value
Type Description
UploadSessionLookupError.NotFound
  • View Source
In this article
Back to top Dropbox .NET SDK