Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Paiwise.IValidationError Interface Reference

Contains information about a validation error. More...

Inheritance diagram for Paiwise.IValidationError:
Paiwise.ValidationError

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...
 

Detailed Description

Contains information about a validation error.

Definition at line 8 of file IValidationError.cs.

Property Documentation

◆ ErrorCode

string Paiwise.IValidationError.ErrorCode
get

Machine-readable error code (service-specific).

Implemented in Paiwise.ValidationError.

Definition at line 28 of file IValidationError.cs.

◆ ErrorLanguage

string Paiwise.IValidationError.ErrorLanguage
get

Language ISO code of ErrorMessage.

Implemented in Paiwise.ValidationError.

Definition at line 23 of file IValidationError.cs.

◆ ErrorMessage

string Paiwise.IValidationError.ErrorMessage
get

Error message that can be sent to origin

Implemented in Paiwise.ValidationError.

Definition at line 18 of file IValidationError.cs.

◆ ErrorType

ValidationErrorType Paiwise.IValidationError.ErrorType
get

Type of error.

Implemented in Paiwise.ValidationError.

Definition at line 13 of file IValidationError.cs.

◆ Service

object Paiwise.IValidationError.Service
get

Service reporting the error.

Implemented in Paiwise.ValidationError.

Definition at line 33 of file IValidationError.cs.

◆ Tags

KeyValuePair<string, object> [] Paiwise.IValidationError.Tags
get

Tags annotating the error message.

Implemented in Paiwise.ValidationError.

Definition at line 38 of file IValidationError.cs.


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