Class FailureDetailsLogInfo
Provides details about a failure
Inheritance
System.Object
FailureDetailsLogInfo
Inherited Members
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class FailureDetailsLogInfo
Constructors
| Improve this Doc View SourceFailureDetailsLogInfo(String, String)
Initializes a new instance of the FailureDetailsLogInfo class.
Declaration
public FailureDetailsLogInfo(string userFriendlyMessage = null, string technicalErrorMessage = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | userFriendlyMessage | A user friendly explanation of the error. |
| System.String | technicalErrorMessage | A technical explanation of the error. This is relevant for some errors. |
Properties
| Improve this Doc View SourceTechnicalErrorMessage
A technical explanation of the error. This is relevant for some errors.
Declaration
public string TechnicalErrorMessage { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UserFriendlyMessage
A user friendly explanation of the error.
Declaration
public string UserFriendlyMessage { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.String |