Dropbox .NET SDK

Class FailureDetailsLogInfo

Provides details about a failure

Inheritance
object
FailureDetailsLogInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class FailureDetailsLogInfo

Constructors

View Source

FailureDetailsLogInfo(string, string)

Initializes a new instance of the FailureDetailsLogInfo class.

Declaration
public FailureDetailsLogInfo(string userFriendlyMessage = null, string technicalErrorMessage = null)
Parameters
Type Name Description
string userFriendlyMessage

A user friendly explanation of the error.

string technicalErrorMessage

A technical explanation of the error. This is relevant for some errors.

Properties

View Source

TechnicalErrorMessage

A technical explanation of the error. This is relevant for some errors.

Declaration
public string TechnicalErrorMessage { get; protected set; }
Property Value
Type Description
string
View Source

UserFriendlyMessage

A user friendly explanation of the error.

Declaration
public string UserFriendlyMessage { get; protected set; }
Property Value
Type Description
string

See Also

EmmErrorDetails
LoginFailDetails
SsoErrorDetails
  • View Source
In this article
Back to top Dropbox .NET SDK