Skip to contents

Returns details about the last failed REST call, or NULL if the last call succeeded. Since improveR is single-threaded, this is safe to use after any REST operation.

Usage

lastRestError()

Value

A list with status_code, url, method, message, and timestamp, or NULL if the last call was successful.