Class DynamicViewFieldMetaWithErrorBase
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public abstract class DynamicViewFieldMetaWithErrorBase : DynamicViewFieldMetaBase
Properties
Error
The serialized PictureparkException
Declaration
[JsonProperty("error", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Error { get; set; }
Property Value
string |
Methods
FromJson(string)
Declaration
public static DynamicViewFieldMetaWithErrorBase FromJson(string data)
Parameters
string data |
Returns
DynamicViewFieldMetaWithErrorBase |