Failed result variant.
Indicates the operation failed and contains error information. Access via error after checking success is false.
false
Type of the error value
The error information.
Contains details about why the operation failed. Only accessible when success is false.
Success discriminator.
Always false for failed results. Use this to narrow the type before accessing error.
Failed result variant.
Indicates the operation failed and contains error information. Access via error after checking success is
false.