Player.IO

Build fun, powerful & scalable online and mobile games with the reliable backend your users expect

Sign Up | Sign In

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

writeError

Write error to the Player.IO error log

Arguments

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