Class SubscriptionRequestedResponseLogEvent
The subscriber MAY and the notifier MUST log a subscription requested response log event. See Section 2.9.7 of NENA-STA-024.1a-2023.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class SubscriptionRequestedResponseLogEvent : LogEvent
  Constructors
| Edit this page View SourceSubscriptionRequestedResponseLogEvent()
Constructor.
Declaration
public SubscriptionRequestedResponseLogEvent()
  Properties
| Edit this page View Sourcedirection
Must be set to either "incoming" or "outgoing". Required.
Declaration
public string direction { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
errorCode
Set to the error code if the subscription request was denied.
Declaration
public string errorCode { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
errorText
Set to text that describes the error if the subscription request was denied.
Declaration
public string errorText { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
expires
expires field from the subscription request response.
Declaration
public int expires { get; set; }
  Property Value
| Type | Description | 
|---|---|
| int | 
queryId
Unique ID used for matching a response to the query. See Section 2.9 of NENA-STA-024.1a-2023. Required.
Declaration
public string queryId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
subscriptionId
Subscription ID from the subscription response and request.
Declaration
public string subscriptionId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |