Class ClientError
Defines a class for storing information about client errors.
Inheritance
System.Object
    ClientError
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Juhta.Net.WebApi.Exceptions
Assembly: Juhta.Net.WebApi.Exceptions.dll
Syntax
public class ClientErrorProperties
| Improve this Doc View SourceCode
Gets or sets the custom-defined code of the client error.
Declaration
public string Code { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Field
Gets or sets the field in the incoming request to which the client error relates.
Declaration
public string Field { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
HelpUrl
Gets or sets a URL that provides extra information about the client error.
Declaration
public string HelpUrl { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Message
Gets or sets the message of the client error.
Declaration
public string Message { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String |