Back to Dagger

Error

docs/static/reference/php/Dagger/Error.html

0.20.72.4 KB
Original Source

Error

class Error extends AbstractObject implements IdAble

Properties

| | $lastQuery | | from AbstractObject |

Methods

__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)

No description

from AbstractObject

null|array|string|int|float|bool

queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)

No description

from AbstractObject

AbstractId

id()

A unique identifier for this Error.

string

message()

A description of the error.

array

values()

The extensions of the error.

Error

withValue(string $name, Json $value)

Add a value to the error.

Details

in AbstractObject at line 13 __construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)

No description

Parameters

| AbstractClient | $client | | | QueryBuilderChain | $queryBuilderChain | |

in AbstractObject at line 19 protected null|array|string|int|float|bool queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)

No description

Parameters

| QueryBuilder | $leafQueryBuilder | | | string | $leafKey | |

Return Value

| null|array|string|int|float|bool | |

at line 16 AbstractId id()

A unique identifier for this Error.

Return Value

| AbstractId | |

at line 25 string message()

A description of the error.

Return Value

| string | |

at line 34 array values()

The extensions of the error.

Return Value

| array | |

at line 43 Error withValue(string $name, Json $value)

Add a value to the error.

Parameters

| string | $name | | | Json | $value | |

Return Value

| Error | |

Generated by Doctum, a API Documentation generator and fork of Sami.