TwistPHP Documentation

getRequestError

File path: dist/twist/Core/Utilities/Curl.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

getRequestErrorGet an array of error data relating to the last request, if no error occurred the array will be empty

Return Values

void — No return information has been documented for this function.

Example

<?php
//Call the function getRequestError with the example vars
Twist::Curl() -> getRequestError();