Bitrix API

UrlError extends Error

Table of Contents

Constants

ACCESS_ERROR  = 'URL_ACCESS_ERROR'
DELETE_ERROR  = 'URL_DELETE_ERROR'
NOT_FOUND  = 'URL_NOT_FOUND'
SAVE_BEFORE_MIGRATION_ERROR  = 'URL_SAVE_BEFORE_MIGRATION_ERROR'

Methods

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

Constants

ACCESS_ERROR

public mixed ACCESS_ERROR = 'URL_ACCESS_ERROR'

DELETE_ERROR

public mixed DELETE_ERROR = 'URL_DELETE_ERROR'

NOT_FOUND

public mixed NOT_FOUND = 'URL_NOT_FOUND'

SAVE_BEFORE_MIGRATION_ERROR

public mixed SAVE_BEFORE_MIGRATION_ERROR = 'URL_SAVE_BEFORE_MIGRATION_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