pub fn error_code_to_string(code: i64) -> &'static str
Converts an error code to its string representation.
code
Returns a string slice representing the name of the error code constant and its integer value. Returns “UNKNOWN_ERROR (code)” if the error code is not recognized.