StorageBadConfigException extends StorageNotAvailableException
Storage has bad or missing config params
Tags
Table of Contents
- STATUS_ERROR = 1
- STATUS_INCOMPLETE_CONF = 3
- STATUS_INDETERMINATE = 2
- STATUS_NETWORK_ERROR = 6
- STATUS_SUCCESS = 0
- STATUS_TIMEOUT = 5
- STATUS_UNAUTHORIZED = 4
- __construct() : mixed
- ExtStorageBadConfigException constructor.
- getStateCodeName() : string
- Get the name for a status code
Constants
STATUS_ERROR
public
mixed
STATUS_ERROR
= 1
STATUS_INCOMPLETE_CONF
public
mixed
STATUS_INCOMPLETE_CONF
= 3
STATUS_INDETERMINATE
public
mixed
STATUS_INDETERMINATE
= 2
STATUS_NETWORK_ERROR
public
mixed
STATUS_NETWORK_ERROR
= 6
STATUS_SUCCESS
public
mixed
STATUS_SUCCESS
= ""
STATUS_TIMEOUT
public
mixed
STATUS_TIMEOUT
= 5
STATUS_UNAUTHORIZED
public
mixed
STATUS_UNAUTHORIZED
= 4
Methods
__construct()
ExtStorageBadConfigException constructor.
public
__construct([string $message = '' ][, Exception|null $previous = null ]) : mixed
Parameters
- $message : string = ''
- $previous : Exception|null = null
Tags
Return values
mixed —getStateCodeName()
Get the name for a status code
public
static getStateCodeName(int $code) : string
Parameters
- $code : int