![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Contains information about a validation error. More...
Public Member Functions | |
| ValidationError (ValidationErrorType ErrorType, string ErrorMessage, string ErrorLanguage, string ErrorCode, object Service, params KeyValuePair< string, object >[] Tags) | |
| Contains information about a validation error. More... | |
Properties | |
| ValidationErrorType | ErrorType [get] |
| Type of error. More... | |
| string | ErrorMessage [get] |
| Error message that can be sent to origin More... | |
| string | ErrorLanguage [get] |
| Language ISO code of ErrorMessage. More... | |
| string | ErrorCode [get] |
| Machine-readable error code (service-specific). More... | |
| object | Service [get] |
| Service reporting the error. More... | |
| KeyValuePair< string, object >[] | Tags [get] |
| Tags annotating the error message. More... | |
Contains information about a validation error.
Definition at line 10 of file ValidationError.cs.
| Paiwise.ValidationError.ValidationError | ( | ValidationErrorType | ErrorType, |
| string | ErrorMessage, | ||
| string | ErrorLanguage, | ||
| string | ErrorCode, | ||
| object | Service, | ||
| params KeyValuePair< string, object >[] | Tags | ||
| ) |
Contains information about a validation error.
| ErrorType | Error Type |
| ErrorMessage | Human-readable error message. |
| ErrorLanguage | Language code. |
| ErrorCode | Machine-readable Error code |
| Service | Service reporting the error. |
| Tags | Tags annotating the error message. |
Definition at line 21 of file ValidationError.cs.
|
get |
Machine-readable error code (service-specific).
Implements Paiwise.IValidationError.
Definition at line 50 of file ValidationError.cs.
|
get |
Language ISO code of ErrorMessage.
Implements Paiwise.IValidationError.
Definition at line 45 of file ValidationError.cs.
|
get |
Error message that can be sent to origin
Implements Paiwise.IValidationError.
Definition at line 40 of file ValidationError.cs.
|
get |
Type of error.
Implements Paiwise.IValidationError.
Definition at line 35 of file ValidationError.cs.
|
get |
Service reporting the error.
Implements Paiwise.IValidationError.
Definition at line 55 of file ValidationError.cs.
|
get |
Tags annotating the error message.
Implements Paiwise.IValidationError.
Definition at line 60 of file ValidationError.cs.