ActionScript3 Reference
Class ErrorLog
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 |
ErrorLog.writeError
public |
|
Write error to the Player.IO error log
Arguments
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 |