I tried the below sample code.
string decodedString = check mime:base64Decode(estr).ensureType();
return decodedString;
}```
This returns the error
ERROR [main.bal:(28:17,28:56)] invalid usage of the 'check' expression operator: no matching error return type(s) in the enclosing invokable
ERROR [main.bal:(47:27,47:72)] invalid usage of the 'check' expression operator: no matching error return type(s) in the enclosing invokable
Can Someone help me ??