![]() |
Previous | Next |
The ErrorItem object provides a way to access error information.
The ErrorItem object supports the following properties.
Property | Description |
customURL | Reserved for future use. |
errorCode | Retrieves the current error code. |
errorContext | Reserved for future use. |
errorDescription | Retrieves a description of the error. |
remedy | Reserved for future use. |
The ErrorItem object is accessed through the following method.
Object | Method |
Error | item |
For purposes of illustration, player.error.item(index) is used in the reference syntax sections.
Previous | Next |