Class EidoDeniedLogEvent
Logged when a client has requested an EIDO from the Dereference Service and that request has been denied or deemed invalid. See Section 2.9.4 of NENA-STA-024.1a-2023.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class EidoDeniedLogEvent : LogEvent
Constructors
| Edit this page View SourceEidoDeniedLogEvent()
Constructor
Declaration
public EidoDeniedLogEvent()
Properties
| Edit this page View SourcepeerId
If logged by the server then set to the ID of the client. If logged by the client, set to the ID of the server. Required.
Declaration
public string peerId { get; set; }
Property Value
Type | Description |
---|---|
string |
reasonCode
Contains the reason code for the denial. Required
Declaration
public string reasonCode { get; set; }
Property Value
Type | Description |
---|---|
string |
reasonText
Contains a text explanation for the denial. Required.
Declaration
public string reasonText { get; set; }
Property Value
Type | Description |
---|---|
string |