Type alias ConnectionError

ConnectionError: {
    errorCode: number;
    isApp: boolean;
    reason: Uint8Array;
}

Type declaration

  • errorCode: number
  • isApp: boolean
  • reason: Uint8Array

Generated using TypeDoc