Windows Media Player 11 SDK ErrorItem Object 

Windows Media Player SDK banner art

Previous Next

ErrorItem Object

The ErrorItem object provides a way to access error information.

The ErrorItem object supports the following properties.

Property Description
condition Retrieves a value indicating the condition for the error.
customUrl Retrieves the URL of a Web site that displays specific information about codec download failure.
errorCode Retrieves the current error code.
errorContext Retrieves a value indicating the context of the error.
errorDescription Retrieves a description of the error.
remedy Reserved for future use.

The ErrorItem object is accessed through the following methods.

Object Method
Error item
Media error

For purposes of illustration, player.error.item(index) is used in the reference syntax sections.

See Also

Previous Next