| Package | com.dasflash.soundcloud.as3api.events |
| Class | public class SoundcloudFaultEvent |
| Inheritance | SoundcloudFaultEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| errorCode : int
contains the HTTP code in case of an HTTP response
| SoundcloudFaultEvent | ||
| message : String
contains a text message describing the error
| SoundcloudFaultEvent | ||
| Method | Defined By | ||
|---|---|---|---|
SoundcloudFaultEvent(type:String, message:String, errorCode:int = 0, bubbles:Boolean = false, cancelable:Boolean = false) | SoundcloudFaultEvent | ||
clone():Event [override] | SoundcloudFaultEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| ACCESS_TOKEN_FAULT : String = accessTokenFault [static] | SoundcloudFaultEvent | ||
| FAULT : String = fault [static] | SoundcloudFaultEvent | ||
| REQUEST_TOKEN_FAULT : String = requestTokenFault [static] | SoundcloudFaultEvent | ||
| errorCode | property |
public var errorCode:intcontains the HTTP code in case of an HTTP response
| message | property |
public var message:Stringcontains a text message describing the error
| SoundcloudFaultEvent | () | Constructor |
public function SoundcloudFaultEvent(type:String, message:String, errorCode:int = 0, bubbles:Boolean = false, cancelable:Boolean = false)type:String | |
message:String | |
errorCode:int (default = 0) | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| clone | () | method |
override public function clone():EventReturnsEvent |
| ACCESS_TOKEN_FAULT | Constant |
public static const ACCESS_TOKEN_FAULT:String = accessTokenFault| FAULT | Constant |
public static const FAULT:String = fault| REQUEST_TOKEN_FAULT | Constant |
public static const REQUEST_TOKEN_FAULT:String = requestTokenFault