WarningCode Class

Definition

Represents possible well-known warning codes that can be used when sending responses.

public ref class WarningCode abstract sealed
public static class WarningCode
type WarningCode = class
Public Class WarningCode
Inheritance
WarningCode

Remarks

As found in RFC3261 Section 20.43

1xx and 2xx have been taken by HTTP/1.1.

Additional "warn-code"s can be defined. See Section 27.2.

Fields

AttributeNotUnderstood

306 Attribute not understood: One or more of the media attributes in the session description are not supported.

DoNotDisturb

User does not want to be disturbed.

IncompatibleAddress

301 Incompatible network address formats: One or more network address formats contained in the session description are not available.

IncompatibleBandwidthUnits

303 Incompatible bandwidth units: One or more bandwidth measurement units contained in the session description were not understood.

IncompatibleMediaFormat

305 Incompatible media format: One or more media formats contained in the session description are not available.

IncompatibleNetworkProtocol

300 Incompatible network protocol: One or more network protocols contained in the session description are not available.

IncompatibleTransportProtocol

302 Incompatible transport protocol: One or more transport protocols described in the session description are not available.

InsufficientBandwidth

370 Insufficient bandwidth: The bandwidth specified in the session description or defined by the media exceeds that known to be available.

InsufficientBandwidthRedirectAllowed

371 Insufficient bandwidth redirection allowed: The bandwidth specified in the session description or defined by the media exceeds that known to be available and this session can be redirected over PSTN

MaximumMiscellaneousWarningCode

Maximum valid miscellaneous warning code. Can be used to validate ranges of warning codes.

MaximumWarningCode

Minimum valid warning code. Can be used to validate ranges of warning codes.

MediaTypeNotAvailable

304 Media type not available: One or more media types contained in the session description are not available.

MinimumMiscellaneousWarningCode

Minimum valid miscellaneous warning code. Can be used to validate ranges of warning codes.

MinimumWarningCode

Minimum valid warning code. Can be used to validate ranges of warning codes.

MiscellaneousWarning

399 Miscellaneous warning: The warning text can include arbitrary information to be presented to a human user or logged. A system receiving this warning MUST NOT take any automated action.

MulticastNotAvailable

330 Multicast not available: The site where the user is located does not support multicast.

None

Indicates invalid warning code fields.

SdpNotUnderstood

307 Session description parameter not understood: A parameter other than those listed above was not understood.

UnicastNotAvailable

331 Unicast not available: The site where the user is located does not support unicast communication (usually due to the presence of a firewall).

Applies to