Nextcloud PHP API (master)

StorageAuthException extends StorageNotAvailableException
in package

Storage authentication exception

Tags
since
9.0.0

Table of Contents

Constants

STATUS_ERROR  = 1
STATUS_INCOMPLETE_CONF  = 3
STATUS_INDETERMINATE  = 2
STATUS_NETWORK_ERROR  = 6
STATUS_SUCCESS  = 0
STATUS_TIMEOUT  = 5
STATUS_UNAUTHORIZED  = 4

Properties

$hint  : mixed

Methods

__construct()  : mixed
StorageAuthException constructor.
__toString()  : string
Returns a string representation of this Exception that includes the error code, the message and the hint.
getHint()  : string
Returns the hint with the intention to be presented to the end user. If an empty hint was specified upon instantiation, the message is returned instead.
getStateCodeName()  : string
Get the name for a status code

Constants

Properties

Methods

__construct()

StorageAuthException constructor.

public __construct([string $message = '' ][, Exception|null $previous = null ]) : mixed
Parameters
$message : string = ''
$previous : Exception|null = null
Tags
since
9.0.0

__toString()

Returns a string representation of this Exception that includes the error code, the message and the hint.

public __toString() : string
Tags
since
23.0.0
Return values
string

getHint()

Returns the hint with the intention to be presented to the end user. If an empty hint was specified upon instantiation, the message is returned instead.

public getHint() : string
Tags
since
23.0.0
Return values
string

getStateCodeName()

Get the name for a status code

public static getStateCodeName(int $code) : string
Parameters
$code : int
Tags
since
9.0.0
Return values
string

        
On this page

Search results