fromCode static method

RPCErrorKind? fromCode(
  1. int code
)

Implementation

static RPCErrorKind? fromCode(int code) {
  return _codeToErrorMap[code];
}