![]() |
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...
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 8 of file IValidationError.cs.
|
get |
Machine-readable error code (service-specific).
Implemented in Paiwise.ValidationError.
Definition at line 28 of file IValidationError.cs.
|
get |
Language ISO code of ErrorMessage.
Implemented in Paiwise.ValidationError.
Definition at line 23 of file IValidationError.cs.
|
get |
Error message that can be sent to origin
Implemented in Paiwise.ValidationError.
Definition at line 18 of file IValidationError.cs.
|
get |
Type of error.
Implemented in Paiwise.ValidationError.
Definition at line 13 of file IValidationError.cs.
|
get |
Service reporting the error.
Implemented in Paiwise.ValidationError.
Definition at line 33 of file IValidationError.cs.
|
get |
Tags annotating the error message.
Implemented in Paiwise.ValidationError.
Definition at line 38 of file IValidationError.cs.