native

ezhttp_get_error_message

Syntax

native ezhttp_get_error_message(EzHttpRequest:request_id, buffer[], max_len);

Description

Returns the error message of the request.

Parameters

request_id The request identifier.
buffer The buffer to store the error message.
max_len The maximum length of the buffer.

Return

This function has no return value.