Type alias ConnectionError

ConnectionError: {
    errorCode: number;
    reason: string;
}

Type declaration

  • errorCode: number
  • reason: string

Generated using TypeDoc