Class CreateFileRequestError
There was an error creating the file request.
Inheritance
Inherited Members
Namespace: Dropbox.Api.FileRequests
Assembly: Dropbox.Api.dll
Syntax
public class CreateFileRequestError
Constructors
| Improve this Doc View SourceCreateFileRequestError()
Initializes a new instance of the CreateFileRequestError class.
Declaration
public CreateFileRequestError()
Properties
| Improve this Doc View SourceAsAppLacksAccess
Gets this instance as a AppLacksAccess, or null
.
Declaration
public CreateFileRequestError.AppLacksAccess AsAppLacksAccess { get; }
Property Value
Type | Description |
---|---|
CreateFileRequestError.AppLacksAccess |
AsDisabledForTeam
Gets this instance as a DisabledForTeam, or null
.
Declaration
public CreateFileRequestError.DisabledForTeam AsDisabledForTeam { get; }
Property Value
Type | Description |
---|---|
CreateFileRequestError.DisabledForTeam |
AsEmailUnverified
Gets this instance as a EmailUnverified, or null
.
Declaration
public CreateFileRequestError.EmailUnverified AsEmailUnverified { get; }
Property Value
Type | Description |
---|---|
CreateFileRequestError.EmailUnverified |
AsInvalidLocation
Gets this instance as a InvalidLocation, or null
.
Declaration
public CreateFileRequestError.InvalidLocation AsInvalidLocation { get; }
Property Value
Type | Description |
---|---|
CreateFileRequestError.InvalidLocation |
AsNoPermission
Gets this instance as a NoPermission, or null
.
Declaration
public CreateFileRequestError.NoPermission AsNoPermission { get; }
Property Value
Type | Description |
---|---|
CreateFileRequestError.NoPermission |
AsNotAFolder
Gets this instance as a NotAFolder, or null
.
Declaration
public CreateFileRequestError.NotAFolder AsNotAFolder { get; }
Property Value
Type | Description |
---|---|
CreateFileRequestError.NotAFolder |
AsNotFound
Gets this instance as a NotFound, or null
.
Declaration
public CreateFileRequestError.NotFound AsNotFound { get; }
Property Value
Type | Description |
---|---|
CreateFileRequestError.NotFound |
AsOther
Gets this instance as a Other, or null
.
Declaration
public CreateFileRequestError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
CreateFileRequestError.Other |
AsRateLimit
Gets this instance as a RateLimit, or null
.
Declaration
public CreateFileRequestError.RateLimit AsRateLimit { get; }
Property Value
Type | Description |
---|---|
CreateFileRequestError.RateLimit |
AsValidationError
Gets this instance as a ValidationError, or null
.
Declaration
public CreateFileRequestError.ValidationError AsValidationError { get; }
Property Value
Type | Description |
---|---|
CreateFileRequestError.ValidationError |
IsAppLacksAccess
Gets a value indicating whether this instance is AppLacksAccess
Declaration
public bool IsAppLacksAccess { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDisabledForTeam
Gets a value indicating whether this instance is DisabledForTeam
Declaration
public bool IsDisabledForTeam { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsEmailUnverified
Gets a value indicating whether this instance is EmailUnverified
Declaration
public bool IsEmailUnverified { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInvalidLocation
Gets a value indicating whether this instance is InvalidLocation
Declaration
public bool IsInvalidLocation { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNoPermission
Gets a value indicating whether this instance is NoPermission
Declaration
public bool IsNoPermission { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNotAFolder
Gets a value indicating whether this instance is NotAFolder
Declaration
public bool IsNotAFolder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNotFound
Gets a value indicating whether this instance is NotFound
Declaration
public bool IsNotFound { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRateLimit
Gets a value indicating whether this instance is RateLimit
Declaration
public bool IsRateLimit { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsValidationError
Gets a value indicating whether this instance is ValidationError
Declaration
public bool IsValidationError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |