ErrorResponse
extends ErrorResponse
in package
Class ErrorResponse
Tags
Table of Contents
Properties
- $combinedTo : Customer
- $errorMsg : string
- $errors : array<string|int, string>
- $success : bool
Methods
- __construct() : mixed
- ErrorResponse constructor.
Properties
$combinedTo
public
Customer
$combinedTo
Tags
$errorMsg
public
string
$errorMsg
Tags
$errors
public
array<string|int, string>
$errors
Tags
$success
public
bool
$success
= true
Tags
Methods
__construct()
ErrorResponse constructor.
public
__construct() : mixed