Module resty.azure.utils

Utility functions for the Azure SDK.

Functions

log_error (msg) Logs an error message and returns a nil response with the error message.


Functions

log_error (msg)
Logs an error message and returns a nil response with the error message.

Parameters:

  • msg string The error message to log.

Returns:

    nil, nil, msg; nil response with the error message as the 3rd return value.
generated by LDoc 1.5.0 Last updated 2024-03-29 13:25:29