Class Error
Namespace: Microsoft.Azure.CognitiveServices.ContentModerator.Models
Assembly: Microsoft.Azure.CognitiveServices.Vision.ContentModerator.dll
Syntax
public class Error
Constructors
Error()
Declaration
public Error ();
Error(String, String)
Declaration
public Error (string code = null, string message = null);
Parameters
|
String
code
|
|
String
message
|
Properties
Code
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Code")]
public string Code { get; set; }
Property Value
|
String
|
Message
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Message")]
public string Message { get; set; }
Property Value
|
String
|