Show / Hide Table of Contents

Class UploadSessionLookupError.TooLarge

You can not append to the upload session because the size of a file should not reach the max file size limit (i.e. 350GB).

Inheritance
System.Object
UploadSessionLookupError
UploadSessionLookupError.TooLarge
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
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 TooLarge : UploadSessionLookupError

Fields

| Improve this Doc View Source

Instance

A singleton instance of TooLarge

Declaration
public static readonly UploadSessionLookupError.TooLarge Instance
Field Value
Type Description
UploadSessionLookupError.TooLarge
  • Improve this Doc
  • View Source
In This Article
  • Fields
    • Instance
Back to top Generated by DocFX