PlayerIO

The fastest way to build online games without breaking a sweat.

ActionScript3 Reference

actionscript 3 ErrorLog class informationClass ErrorLog

Namespace: playerio
Language: ActionScript 3

Allows developers to write entries to the Player.IO error log from ActionScript

Methods

 
public
writeError (error:String, details:String, stacktrace:String, extraData:Object, callback:Function = null, errorHandler:Function = null):void

Write error to the Player.IO error log

ErrorLog.writeError

public
writeError (error:String, details:String, stacktrace:String, extraData:Object, callback:Function = null, errorHandler:Function = null):void

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