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.