Azure OSS for PHP API Reference

BlobStorageException extends RuntimeException
in package

Represents an error response returned by Azure Blob Storage.

Table of Contents

Properties

$errorCode  : BlobErrorCode|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 ][, BlobErrorCode|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 : BlobErrorCode|null = null
$errorCodeValue : string|null = null
$requestId : string|null = null
$statusCode : int|null = null
On this page

Search results