methodquic.QuicError.isErrorstatic isError(value: unknown): value is Error;Check if a value is an instance of Error@param valueThe value to check@returnsTrue if the value is an instance of Error, false otherwise