lift method
Implementation
@override
Exception lift(RustBuffer errorBuf) {
errorBuf.free();
return UniffiInternalError.panicked("Unexpected CALL_ERROR");
}
@override
Exception lift(RustBuffer errorBuf) {
errorBuf.free();
return UniffiInternalError.panicked("Unexpected CALL_ERROR");
}