AwsError
in package
FinalYes
Table of Contents
Properties
Methods
- __construct() : mixed
- getCode() : string|null
- getDetail() : string|null
- getMessage() : string|null
- getType() : string|null
Properties
$code
private
string|null
$code
$detail
private
string|null
$detail
$message
private
string|null
$message
$type
private
string|null
$type
Methods
__construct()
public
__construct(string|null $code, string|null $message, string|null $type, string|null $detail) : mixed
Parameters
- $code : string|null
- $message : string|null
- $type : string|null
- $detail : string|null
getCode()
public
getCode() : string|null
Return values
string|nullgetDetail()
public
getDetail() : string|null
Return values
string|nullgetMessage()
public
getMessage() : string|null
Return values
string|nullgetType()
public
getType() : string|null