Open bradleycha opened 2 months ago
Functions which return an error result should never take a pointer to the output data and write it upon success, as this is clunky and error-prone. A struct which contains an error tag and payload should be used instead, such as CliAuthIoReadResult.
Functions which return an error result should never take a pointer to the output data and write it upon success, as this is clunky and error-prone. A struct which contains an error tag and payload should be used instead, such as CliAuthIoReadResult.