\ManaPHP\Validating\ValidatorValidateFailedException

Summary

Methods
Properties
Constants
__construct()
getStatusCode()
setJson()
getJson()
getBind()
getErrors()
No public properties found
No constants found
No protected methods found
$_bind
$_json
$_errors
N/A
No private methods found
No private properties found
N/A

Properties

$_bind

$_bind : array

Type

array

$_json

$_json : array

Type

array

$_errors

$_errors : array

Type

array

Methods

__construct()

__construct(array  $errors, integer  $code, \Exception|null  $previous = null) 

Parameters

array $errors
integer $code
\Exception|null $previous

getStatusCode()

getStatusCode() : integer

Returns

integer

setJson()

setJson(array|string|integer  $data) : static

Parameters

array|string|integer $data

Returns

static

getJson()

getJson() : array

Returns

array

getBind()

getBind() : array

Returns

array

getErrors()

getErrors() : array

Returns

array