[Feat][C++] Output the error message when access value in Result
failed
#218
Labels
enhancement
New feature or request
Result
failed
#218
Is your feature request related to a problem? Please describe.
Currently, when access value through
Result
failed, program alway crash with errorerror attempting to access value from result containing error
. Actually, the result contains the status which has the error message. Program should report the message to user or developer.Describe the solution you'd like
Report the status's error message when access value directly failed.
The text was updated successfully, but these errors were encountered: