Class ContentfulErrorDetails
Encapsulates detailed information about an error returned by the Contentful API.
Inheritance
System.Object
ContentfulErrorDetails
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:Contentful.Core.Models
Assembly:cs.temp.dll.dll
Syntax
public class ContentfulErrorDetails
Properties
Id
The id of the resource causing issues.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LinkType
The type of link causing the error.
Declaration
public string LinkType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
The type of error.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |