DoDomuDojade Documentation

CalendarApiException extends InfrastructureException
in package

FinalYes

Table of Contents

Properties

$errorCode  : string
$httpStatusCode  : int

Methods

__construct()  : mixed
authenticationFailed()  : self
clientInitializationFailed()  : self
fetchingEventsFailed()  : self
invalidApiKey()  : self

Properties

Methods

__construct()

public __construct(string $message[, string $errorCode = "INFRASTRUCTURE_ERROR" ][, int $httpStatusCode = 500 ][, Throwable|null $previous = null ]) : mixed
Parameters
$message : string
$errorCode : string = "INFRASTRUCTURE_ERROR"
$httpStatusCode : int = 500
$previous : Throwable|null = null

authenticationFailed()

public static authenticationFailed(Throwable $previous) : self
Parameters
$previous : Throwable
Return values
self

clientInitializationFailed()

public static clientInitializationFailed(Throwable $previous) : self
Parameters
$previous : Throwable
Return values
self

fetchingEventsFailed()

public static fetchingEventsFailed(Throwable $previous) : self
Parameters
$previous : Throwable
Return values
self

        
On this page

Search results