Class representing an issue detected during message processing.
More...
|
| | Issue (OperationOutcome.IssueSeverity? severity, OperationOutcome.IssueType? type, string description) |
| | Construct a new Issue More...
|
| |
|
|
readonly OperationOutcome.? IssueSeverity | Severity |
| | Severity of the issue
|
| |
|
readonly OperationOutcome.? IssueType | Type |
| | Type of the issue
|
| |
|
readonly string | Description |
| | Human readable description of the issue
|
| |
Class representing an issue detected during message processing.
◆ Issue()
| VRDR.Issue.Issue |
( |
OperationOutcome.IssueSeverity? |
severity, |
|
|
OperationOutcome.IssueType? |
type, |
|
|
string |
description |
|
) |
| |
|
inline |
Construct a new Issue
- Parameters
-
| severity | the severity of the issue |
| type | the type of issue |
| description | a human readable description of the issue |
The documentation for this class was generated from the following file:
- VRDR.Messaging/ErrorMessage.cs