ParsingFailureReason Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates reasons for parsing to fail.
public enum class ParsingFailureReason
public enum ParsingFailureReason
type ParsingFailureReason =
Public Enum ParsingFailureReason
- Inheritance
-
ParsingFailureReason
Fields
Name | Value | Description |
---|---|---|
BadHeader | 0 | Bad Sip Headers are present in the message. |
BadMessageBody | 1 | Error occurs in parsing the message body. |
Other | 2 | Parsing error other than bad header or message body parsing. |