Namespace: playerio
Language: ActionScript 3
Allows developers to write entries to the Player.IO error log from ActionScript
Methods | |||
|---|---|---|---|
| public |
Write error to the Player.IO error log |
||
| public |
|
Write error to the Player.IO error log
| error:String | |
| error name | |
| details:String | |
| error details | |
| stacktrace:String | |
| possible stacktrace | |
| extraData:Object | |
| additional debug data | |
| callback:Function (Default = null) | |
| optional callback executed when error was submitted to the server | |
| errorHandler:Function (Default = null) | |
| optional callback executed if the error request failed |