translateError method

String translateError(
  1. Object error
)

Implementation

String translateError(Object error) {
  return "The function call failed with the following error: $error";
}