Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ClientMessageEventArgs.cs
2
4{
9 {
10 private readonly string code;
11 private readonly ValidationErrorType type;
12
22 : base(e, LegalId)
23 {
24 this.code = Code;
25 this.type = Type;
26 }
27
31 public string Code => this.code;
32
37 }
38}
ClientMessageEventArgs(MessageEventArgs e, string LegalId, string Code, ValidationErrorType Type)
Identity Review event arguments.
string Code
Machine-readable code corresponding to the first error message.
Event arguments for message events.
MessageType Type
Type of message received.
ValidationErrorType
Type of validation error.