Class Error
Assembly: Flow.Net.Sdk.Client.Http.dll
Syntax
Properties
|
Improve this Doc
View Source
AdditionalProperties
Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
|
Improve this Doc
View Source
Code
Declaration
[JsonProperty("code", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int Code { get; set; }
Property Value
|
Improve this Doc
View Source
Message
Declaration
[JsonProperty("message", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Message { get; set; }
Property Value