KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.API.Client.ErrorDescription Class Reference

The error description More...

Public Member Functions

 ErrorDescription ()
 Initializes a new instance of the ErrorDescription class. More...
 
 ErrorDescription (string field, string message)
 Initializes a new instance of the ErrorDescription class. More...
 
override string ToString ()
 

Properties

int Number [get, set]
 Gets or sets the error number More...
 
string Field [get, set]
 Gets or sets the related field name More...
 
string Message [get, set]
 Gets or sets the error message More...
 

Detailed Description

The error description

Definition at line 20 of file ErrorDescription.cs.

Constructor & Destructor Documentation

◆ ErrorDescription() [1/2]

KlusterKite.API.Client.ErrorDescription.ErrorDescription ( )

Initializes a new instance of the ErrorDescription class.

Definition at line 26 of file ErrorDescription.cs.

◆ ErrorDescription() [2/2]

KlusterKite.API.Client.ErrorDescription.ErrorDescription ( string  field,
string  message 
)

Initializes a new instance of the ErrorDescription class.

Parameters
fieldThe field.
messageThe message.

Definition at line 39 of file ErrorDescription.cs.

Member Function Documentation

◆ ToString()

override string KlusterKite.API.Client.ErrorDescription.ToString ( )

Definition at line 67 of file ErrorDescription.cs.

Property Documentation

◆ Field

string KlusterKite.API.Client.ErrorDescription.Field
getset

Gets or sets the related field name

Definition at line 57 of file ErrorDescription.cs.

◆ Message

string KlusterKite.API.Client.ErrorDescription.Message
getset

Gets or sets the error message

Definition at line 64 of file ErrorDescription.cs.

◆ Number

int KlusterKite.API.Client.ErrorDescription.Number
getset

Gets or sets the error number

Definition at line 50 of file ErrorDescription.cs.


The documentation for this class was generated from the following file: