Azure OSS for PHP API Reference

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

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
On this page

Search results