ConnectionFailedEvent: InternalMessage & {
    code?: number;
    reason: string;
}

Type declaration

  • Optional code?: number
  • reason: string