QueueStorageException
extends RuntimeException
in package
Represents an error response returned by Azure Queue Storage.
Table of Contents
Properties
- $errorCode : QueueErrorCode|null
- $errorCodeValue : string|null
- $requestId : string|null
- $statusCode : int|null
Methods
- __construct() : mixed
Properties
$errorCode read-only
public
QueueErrorCode|null
$errorCode
= null
$errorCodeValue read-only
public
string|null
$errorCodeValue
= null
$requestId read-only
public
string|null
$requestId
= null
$statusCode read-only
public
int|null
$statusCode
= null
Methods
__construct()
public
__construct([string $message = '' ][, int $code = 0 ][, Throwable|null $previous = null ][, QueueErrorCode|null $errorCode = null ][, string|null $errorCodeValue = null ][, string|null $requestId = null ][, int|null $statusCode = null ]) : mixed
Parameters
- $message : string = ''
- $code : int = 0
- $previous : Throwable|null = null
- $errorCode : QueueErrorCode|null = null
- $errorCodeValue : string|null = null
- $requestId : string|null = null
- $statusCode : int|null = null