Bitrix API

CalendarError extends Error

Table of Contents

Constants

ACCESS_ERROR  = 'CALENDAR_ACCESS_ERROR'
ADD_CALENDAR_MESSAGE_FAILED  = 'ADD_CALENDAR_MESSAGE_FAILED'
CALENDAR_NOT_INSTALLED  = 'CALENDAR_NOT_INSTALLED'
DELETE_ERROR  = 'CALENDAR_DELETE_ERROR'
NOT_FOUND  = 'CALENDAR_NOT_FOUND'

Methods

__construct()  : mixed
getDescription()  : string
setDescription()  : void

Constants

ACCESS_ERROR

public mixed ACCESS_ERROR = 'CALENDAR_ACCESS_ERROR'

ADD_CALENDAR_MESSAGE_FAILED

public mixed ADD_CALENDAR_MESSAGE_FAILED = 'ADD_CALENDAR_MESSAGE_FAILED'

CALENDAR_NOT_INSTALLED

public mixed CALENDAR_NOT_INSTALLED = 'CALENDAR_NOT_INSTALLED'

DELETE_ERROR

public mixed DELETE_ERROR = 'CALENDAR_DELETE_ERROR'

Methods

__construct()

public __construct(string $code, mixed ...$args) : mixed
Parameters
$code : string
$args : mixed

getDescription()

public getDescription() : string
Return values
string

setDescription()

public setDescription(string $description) : void
Parameters
$description : string

        
On this page

Search results