Meilisearch PHP | Documentation

TaskError
in package

FinalYes

Table of Contents

Properties

$code  : string
$link  : string
$message  : string
$type  : string

Methods

__construct()  : mixed
fromArray()  : self

Properties

Methods

__construct()

public __construct(non-empty-string $message, non-empty-string $code, non-empty-string $type, non-empty-string $link) : mixed
Parameters
$message : non-empty-string
$code : non-empty-string
$type : non-empty-string
$link : non-empty-string

fromArray()

public static fromArray(array{message: non-empty-string, code: non-empty-string, type: non-empty-string, link: non-empty-string} $data) : self
Parameters
$data : array{message: non-empty-string, code: non-empty-string, type: non-empty-string, link: non-empty-string}
Return values
self

        
On this page

Search results