Package | com.amazonaws |
Class | public class AmazonWebServiceErrorResult |
Inheritance | AmazonWebServiceErrorResult ![]() ![]() |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4 |
Since : | February 7. 2011 |
Runtime Versions : | Flash Player 10.1, AIR 2.5 |
See also
Method | Defined By | ||
---|---|---|---|
AmazonWebServiceErrorResult | |||
getCode():String
A Code element that identifies the type of error that occurred. | AmazonWebServiceErrorResult | ||
getDetail():String
A Detail element that might give additional details about the error or might be empty. | AmazonWebServiceErrorResult | ||
getMessage():String
A Message element that describes the error condition in a human-readable form
| AmazonWebServiceErrorResult | ||
![]() | getRequestId():String
The AWS request ID that uniquely identifies the service request the caller made. | AmazonWebServiceResult | |
getType():String
A Type element that identifies whether the error was a receiver or sender error. | AmazonWebServiceErrorResult | ||
parse(data:Object = null):ResponseResult [override]
Returns parsed XML data from AWS response. | AmazonWebServiceErrorResult | ||
setCode(code:String):void
A Code element that identifies the type of error that occurred. | AmazonWebServiceErrorResult | ||
setDetail(detail:String):void
A Detail element that might give additional details about the error or might be empty. | AmazonWebServiceErrorResult | ||
setMessage(message:String):void
A Message element that describes the error condition in a human-readable form
| AmazonWebServiceErrorResult | ||
![]() | setRequestId(requestId:String):void
The AWS request ID that uniquely identifies the service request the caller made. | AmazonWebServiceResult | |
setType(type:String):void
A Type element that identifies whether the error was a receiver or sender error. | AmazonWebServiceErrorResult | ||
toString():String [override]
Returns a string representation of this object; useful for testing and debugging. | AmazonWebServiceErrorResult | ||
withCode(code:String):AmazonWebServiceErrorResult
A Code element that identifies the type of error that occurred. | AmazonWebServiceErrorResult | ||
withDetail(detail:String):AmazonWebServiceErrorResult
A Detail element that might give additional details about the error or might be empty. | AmazonWebServiceErrorResult | ||
withMessage(message:String):AmazonWebServiceErrorResult
A Message element that describes the error condition in a human-readable form
| AmazonWebServiceErrorResult | ||
![]() | withRawData(rawData:Object):ResponseResult
Sets new raw data. | AmazonWebServiceResult | |
![]() | withRequestId(requestId:String):ResponseResult
The AWS request ID that uniquely identifies the service request the caller made. | AmazonWebServiceResult | |
withType(type:String):AmazonWebServiceErrorResult
A Type element that identifies whether the error was a receiver or sender error. | AmazonWebServiceErrorResult |
AmazonWebServiceErrorResult | () | Constructor |
public function AmazonWebServiceErrorResult()
getCode | () | method |
public function getCode():String
A Code element that identifies the type of error that occurred.
ReturnsString — Element that identifies the type of error that occurred.
|
getDetail | () | method |
public function getDetail():String
A Detail element that might give additional details about the error or might be empty.
ReturnsString — Detail element that might give additional details about the error or might be empty.
|
getMessage | () | method |
public function getMessage():String
A Message element that describes the error condition in a human-readable form
ReturnsString — Element that describes the error condition in a human-readable form.
|
getType | () | method |
public function getType():String
A Type element that identifies whether the error was a receiver or sender error.
ReturnsString — Element that identifies whether the error was a receiver or sender error.
|
parse | () | method |
override public final function parse(data:Object = null):ResponseResult
Returns parsed XML data from AWS response.
Parameters
data:Object (default = null ) — raw data to be parsed
|
ResponseResult — A reference to this updated object so that method calls can be chained together.
|
SyntaxError
|
setCode | () | method |
public function setCode(code:String):void
A Code element that identifies the type of error that occurred.
Parameters
code:String — Element that identifies the type of error that occurred.
|
setDetail | () | method |
public function setDetail(detail:String):void
A Detail element that might give additional details about the error or might be empty.
Parameters
detail:String — Element that might give additional details about the error or might be empty.
|
setMessage | () | method |
public function setMessage(message:String):void
A Message element that describes the error condition in a human-readable form
Parameters
message:String — Element that describes the error condition in a human-readable form.
|
setType | () | method |
public function setType(type:String):void
A Type element that identifies whether the error was a receiver or sender error.
Parameters
type:String — Element that identifies whether the error was a receiver or sender error.
|
toString | () | method |
override public function toString():String
Returns a string representation of this object; useful for testing and debugging.
ReturnsString — A string representation of this object.
|
withCode | () | method |
public function withCode(code:String):AmazonWebServiceErrorResult
A Code element that identifies the type of error that occurred.
Parameters
code:String — Element that identifies the type of error that occurred.
|
AmazonWebServiceErrorResult — A reference to this updated object so that method calls can be chained together.
|
withDetail | () | method |
public function withDetail(detail:String):AmazonWebServiceErrorResult
A Detail element that might give additional details about the error or might be empty.
Parameters
detail:String — Element that might give additional details about the error or might be empty.
|
AmazonWebServiceErrorResult — A reference to this updated object so that method calls can be chained together.
|
withMessage | () | method |
public function withMessage(message:String):AmazonWebServiceErrorResult
A Message element that describes the error condition in a human-readable form
Parameters
message:String — Element that describes the error condition in a human-readable form.
|
AmazonWebServiceErrorResult — A reference to this updated object so that method calls can be chained together.
|
withType | () | method |
public function withType(type:String):AmazonWebServiceErrorResult
A Type element that identifies whether the error was a receiver or sender error.
Parameters
type:String — Element that identifies whether the error was a receiver or sender error.
|
AmazonWebServiceErrorResult — A reference to this updated object so that method calls can be chained together.
|