Class FailureDetailsLogInfo
Provides details about a failure
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class FailureDetailsLogInfo
Constructors
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 |
|---|---|---|
| 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 SourceTechnicalErrorMessage
A technical explanation of the error. This is relevant for some errors.
Declaration
public string TechnicalErrorMessage { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
UserFriendlyMessage
A user friendly explanation of the error.
Declaration
public string UserFriendlyMessage { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |