gai_strerror method

String gai_strerror(
  1. int errcode
)

Get string error

Implementation

String gai_strerror(int errcode) {
  return 'getaddrinfo error';
}