AwsErrorFactoryInterface
in
Table of Contents
Methods
Methods
createFromContent()
public
createFromContent(string $content, array<string, array<int, string>> $headers) : AwsError
Parameters
- $content : string
- $headers : array<string, array<int, string>>
Return values
AwsErrorcreateFromResponse()
public
createFromResponse(ResponseInterface $response) : AwsError
Parameters
- $response : ResponseInterface