Show / Hide Table of Contents

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 ClientError

Properties

| Improve this Doc View Source

Code

Gets or sets the custom-defined code of the client error.

Declaration
public string Code { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

Message

Gets or sets the message of the client error.

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Copyright © 2017-2019 Juha Lähteenmäki
Generated by DocFX