Skip to main content

odin_error_format

const char *odin_error_format(enum OdinError error);

Overview

Detailed format string for the specified error code.

Parameters

NameTypeDescription
errorOdinErrorThe return code to format.

Return Value

TypeDescription
const char *The string representation of the error.