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 |
||
Write error to the Player.IO error log
| String | error |
| error name | |
| String | details |
| error details | |
| String | stacktrace |
| possible stacktrace | |
| Object | extraData |
| additional debug data | |
| Function | callback |
| optional callback executed when error was submitted to the server | |
| Function | errorHandler |
| optional callback executed if the error request failed |