Mailjet\Response::getReasonPhrase PHP Method

getReasonPhrase() public method

Error Reason getter return the resulting error message
public getReasonPhrase ( ) : null | string
return null | string
    public function getReasonPhrase()
    {
        return $this->rawResponse->getReasonPhrase();
    }