Object describing an API-Problem payload
__construct(int $httpStatus, string $detail, string $describedBy, string $title, array $additional)
Create an instance using the provided information. If nothing is provided for the describedBy field, the class default will be used; if the httpStatus matches any known, the title field will be selected from $problemStatusTitles as a result.
int
string
string
string
__get(string $name) : mixed
string
mixed
setDetailIncludesStackTrace(bool $flag) : \PhlyRestfully\ApiProblem
toArray() : array
array