Class Error
Class representing an error response. See Tableau API Reference for more details.
Namespace: Tableau.Migration.Api.Rest.Models
Assembly: Tableau.Migration.dll
Syntax
public class Error
Properties
Code
Gets or sets the error code for the response.
Declaration
public string? Code { get; set; }
Property Value
Type | Description |
---|---|
string |
Detail
Gets or sets a text description for the response.
Declaration
public string? Detail { get; set; }
Property Value
Type | Description |
---|---|
string |
Summary
Gets or sets the summary for the response.
Declaration
public string? Summary { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
Equals(object?)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object? obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The object to compare with the current object. |
Returns
Type | Description |
---|---|
bool | true if the specified object is equal to the current object; otherwise, false. |
Overrides
GetHashCode()
Serves as the default hash function.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int | A hash code for the current object. |
Overrides
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |