Zendesk\API\Exceptions\ApiResponseException::getErrorDetails PHP Method

getErrorDetails() public method

{ "email": [{ "description": "Email: [email protected] is already being used by another user", "error": "DuplicateValue" }], "external_id":[{ "description": "External has already been taken", "error": "DuplicateValue" }] }
public getErrorDetails ( ) : array
return array
    public function getErrorDetails()
    {
        return $this->errorDetails;
    }
ApiResponseException