Class ErrorDetails
Represents detailed information about a ContentfulException
Inheritance
System.Object
ErrorDetails
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.Errors
Assembly:cs.temp.dll.dll
Syntax
public class ErrorDetails
Properties
Errors
The dynamic representation of errors returned from the API.
Declaration
public dynamic Errors { get; set; }
Property Value
Type | Description |
---|---|
System.Object |